Table of Contents

Interface IControlFactoryHandler

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Contains methods which create controls of the different types.

public interface IControlFactoryHandler : IDisposable

Methods

CreateAnimationPlayerHandler(AnimationPlayer)

Creates IAnimationPlayerHandler interface provider.

CreateButtonHandler(Button)

Creates IButtonHandler interface provider.

CreateCalendarHandler(Calendar)

Creates ICalendarHandler interface provider.

CreateCheckBoxHandler(CheckBox)

Creates ICheckBoxHandler interface provider.

CreateCheckListBoxHandler(CheckListBox)

Creates ICheckListBoxHandler interface provider.

CreateChoices()

Creates IPropertyGridChoices interface provider.

CreateColorPickerHandler(ColorPicker)

Creates IColorPickerHandler interface provider.

CreateComboBoxHandler(ComboBox)

Creates IComboBoxHandler interface provider.

CreateContextMenuHandler(ContextMenu)

Creates IContextMenuHandler interface provider.

CreateControlHandler(Control)

Creates IControlHandler interface provider.

CreateDateTimePickerHandler(DateTimePicker)

Creates IDateTimePickerHandler interface provider.

CreateGroupBoxHandler(GroupBox)

Creates IGroupBoxHandler interface provider.

CreateLabelHandler(Label)

Creates ILabelHandler interface provider.

CreateLinkLabelHandler(LinkLabel)

Creates ILinkLabelHandler interface provider.

CreateListBoxHandler(ListBox)

Creates IListBoxHandler interface provider.

CreateListViewHandler(ListView)

Creates IListViewHandler interface provider.

CreateMainMenuHandler(MainMenu)

Creates IMainMenuHandler interface provider.

CreateMenuItemHandler(MenuItem)

Creates IMenuItemHandler interface provider.

CreateNumericUpDownHandler(NumericUpDown)

Creates INumericUpDownHandler interface provider.

CreateProgressBarHandler(ProgressBar)

Creates IProgressBarHandler interface provider.

CreatePropertyGridHandler(PropertyGrid)

Creates IPropertyGridHandler interface provider.

CreateRadioButtonHandler(RadioButton)

Creates IRadioButtonHandler interface provider.

CreateRichTextBoxHandler(RichTextBox)

Creates IRichTextBoxHandler interface provider.

CreateScrollBarHandler(ScrollBar)

Creates IScrollBarHandler interface provider.

CreateScrollViewerHandler(ScrollViewer)

Creates IScrollViewerHandler interface provider.

CreateSliderHandler(Slider)

Creates ISliderHandler interface provider.

CreateStatusBarHandler(StatusBar)

Creates IStatusBarHandler interface provider.

CreateTextBoxHandler(TextBox)

Creates ITextBoxHandler interface provider.

CreateTreeViewHandler(TreeView)

Creates ITreeViewHandler interface provider.

CreateVListBoxHandler(VirtualListBox)

Creates IVListBoxHandler interface provider.

CreateValueValidatorNum(ValueValidatorNumStyle, int)

Creates IValueValidatorText interface provider.

CreateValueValidatorText(ValueValidatorTextStyle)

Creates IValueValidatorText interface provider.

CreateVariant()

Creates IPropertyGridVariant interface provider.

CreateWebBrowserFactoryHandler()

Creates IWebBrowserFactoryHandler interface provider.

CreateWindowHandler(Window)

Creates IWindowHandler interface provider.