Interface IControlFactoryHandler
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.
- CreateChoices()
Creates IPropertyGridChoices interface provider.
- CreateColorPickerHandler(Control)
Creates IControlHandler interface provider.
- CreateComboBoxHandler(ComboBox)
Creates IComboBoxHandler interface provider.
- CreateContextMenuHandler(ContextMenu)
Creates IContextMenuHandler interface provider.
- CreateControlHandler(AbstractControl)
Creates IControlHandler interface provider.
- CreateDateTimePickerHandler(DateTimePicker)
Creates IDateTimePickerHandler interface provider.
- CreateGroupBoxHandler(GroupBox)
Creates IControlHandler interface provider for the GroupBox.
- CreateLabelHandler(Label)
Creates IControlHandler interface provider.
- CreateLinkLabelHandler(LinkLabel)
Creates ILinkLabelHandler interface provider.
- CreateListViewHandler(ListView)
Creates IListViewHandler interface provider.
- CreateMainMenuHandler(MainMenu)
Creates IMainMenuHandler interface provider.
- CreateMenuItemHandler(MenuItem)
Creates IMenuItemHandler interface provider.
- CreateNumericUpDownHandler(NumericUpDown)
Creates IControlHandler interface provider.
- CreatePanelHandler(ContainerControl)
Creates platform control for the Panel.
- CreateProgressBarHandler(ProgressBar)
Creates IControlHandler interface provider. for the ProgressBar.
- CreatePropertyGridHandler(PropertyGrid)
Creates IPropertyGridHandler interface provider.
- CreateRadioButtonHandler(RadioButton)
Creates IRadioButtonHandler interface provider.
- CreateRichTextBoxHandler(RichTextBox)
Creates IControlHandler interface provider.
- CreateScrollBarHandler(ScrollBar)
Creates IScrollBarHandler 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.
- CreateVariant()
Creates IPropertyGridVariant interface provider.
- CreateWebBrowserFactoryHandler()
Creates IWebBrowserFactoryHandler interface provider.
- CreateWindowHandler(Window)
Creates IWindowHandler interface provider.