[]
表示表单控件的类型。
public enum FormControlType
| Name | Description |
|---|---|
| Button | 此控件的类型为IButton 。 |
| CheckBox | 此控件的类型为ICheckBox 。 |
| DropDown | 此控件的类型为IDropDown . |
| GroupBox | 此控件的类型为IGroupBox 。 |
| Label | 此控件的类型为ILabel 。 |
| ListBox | 此控件的类型为IListBox 。 |
| OptionButton | 此控件的类型为IOptionButton 。 |
| ScrollBar | 此控件的类型为IScrollBar 。 |
| Spinner | 此控件的类型为ISpinner 。 |