Enum ControlType

ControlType enumeration

Represents all type of ActiveX control.

public enum ControlType

Values

NameValueDescription
CommandButton0Button
ComboBox1ComboBox
CheckBox2CheckBox
ListBox3ListBox
TextBox4TextBox
SpinButton5Spinner
RadioButton6RadioButton
Label7Label
Image8Image
ToggleButton9ToggleButton
ScrollBar10ScrollBar
BarCode11ScrollBar
Unknown12Unknown

See Also