Enum ControlType
ControlType enumeration
Represents all type of ActiveX control.
public enum ControlType
Values
Name | Value | Description |
---|---|---|
CommandButton | 0 | Button |
ComboBox | 1 | ComboBox |
CheckBox | 2 | CheckBox |
ListBox | 3 | ListBox |
TextBox | 4 | TextBox |
SpinButton | 5 | Spinner |
RadioButton | 6 | RadioButton |
Label | 7 | Label |
Image | 8 | Image |
ToggleButton | 9 | ToggleButton |
ScrollBar | 10 | ScrollBar |
Unknown | 11 | Unknown |
See Also
- namespace Aspose.Diagram.ActiveXControls
- assembly Aspose.Diagram