[]
Represents the type of form controls.
public enum FormControlType
Public Enum FormControlType
| Name | Description |
|---|---|
| Button | The type of this control is IButton. |
| CheckBox | The type of this control is ICheckBox. |
| DropDown | The type of this control is IDropDown. |
| GroupBox | The type of this control is IGroupBox. |
| Label | The type of this control is ILabel. |
| ListBox | The type of this control is IListBox. |
| OptionButton | The type of this control is IOptionButton. |
| ScrollBar | The type of this control is IScrollBar. |
| Spinner | The type of this control is ISpinner. |