Aspose::Cells::Drawing::ActiveXControls::ControlType enum
ControlType enum
Represents all type of ActiveX control.
enum class 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. |
BarCode | 11 | ScrollBar. |
Unknown | 12 | Unknown. |
See Also
- Namespace Aspose::Cells::Drawing::ActiveXControls
- Library Aspose.Cells for C++