[]
Represents the type of form controls.
public enum FormControlType
Button = 0The type of this control is IButton.
CheckBox = 1The type of this control is ICheckBox.
DropDown = 2The type of this control is IDropDown.
GroupBox = 3The type of this control is IGroupBox.
Label = 4The type of this control is ILabel.
ListBox = 5The type of this control is IListBox.
OptionButton = 6The type of this control is IOptionButton.
ScrollBar = 7The type of this control is IScrollBar.
Spinner = 8The type of this control is ISpinner.