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.

CreateChoices()

Creates IPropertyGridChoices interface provider.

CreateComboBoxHandler(ComboBox)

Creates IComboBoxHandler interface provider.

CreateControlHandler(AbstractControl)

Creates IControlHandler interface provider.

CreateGroupBoxHandler(GroupBox)

Creates IControlHandler interface provider for the GroupBox.

CreateListBoxHandler(ListBox)

Creates platform control for the list box.

CreateListViewHandler(ListView)

Creates IListViewHandler interface provider.

CreateOpenGLControlHandler(AbstractControl)

Creates a platform-specific handler for an OpenGL-based control.

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.

CreateStatusBarHandler(StatusBar)

Creates IStatusBarHandler interface provider.

CreateTextBoxHandler(TextBox)

Creates ITextBoxHandler interface provider.

CreateVariant()

Creates IPropertyGridVariant interface provider.

CreateWebBrowserFactoryHandler()

Creates IWebBrowserFactoryHandler interface provider.

CreateWindowHandler(Window)

Creates IWindowHandler interface provider.