ControlType
ControlType enumeration
Utility class containing constants. Represents all type of ActiveX control.
Values
| Name | Description |
|---|---|
| COMMAND_BUTTON | Button |
| COMBO_BOX | ComboBox |
| CHECK_BOX | CheckBox |
| LIST_BOX | ListBox |
| TEXT_BOX | TextBox |
| SPIN_BUTTON | Spinner |
| RADIO_BUTTON | RadioButton |
| LABEL | Label |
| IMAGE | Image |
| TOGGLE_BUTTON | ToggleButton |
| SCROLL_BAR | ScrollBar |
| BAR_CODE | ScrollBar Unsupported. |
| UNKNOWN | Unknown |