public enum FormControlType : System.Enum
public enum FormControlType : System.Enum
Member | Description |
---|---|
Button | The type of this control is IButton. |
CheckBox | The type of this control is ICheckBox. |
DropDown | The type of this control is IDropDown. |
GroupBox | The type of this control is IGroupBox. |
Label | The type of this control is ILabel. |
ListBox | The type of this control is IListBox. |
OptionButton | The type of this control is IOptionButton. |
ScrollBar | The type of this control is IScrollBar. |
Spinner | The type of this control is ISpinner. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Excel.Forms.FormControlType