ControlType enumeration
ControlType enumeration
Represents all type of ActiveX control.
The ControlType type exposes the following members:
Fields
Field | 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 |
UNKNOWN | Unknown |