ControlType Enum
ControlType Enum
Represents all type of ActiveX control.
type ControlType int32
Fields
| Field | Description |
|---|---|
| CommandButton | Button |
| ComboBox | ComboBox |
| CheckBox | CheckBox |
| ListBox | ListBox |
| TextBox | TextBox |
| SpinButton | Spinner |
| RadioButton | RadioButton |
| Label | Label |
| Image | Image |
| ToggleButton | ToggleButton |
| ScrollBar | ScrollBar |
| BarCode | ScrollBar |
| Unknown | Unknown |