'Declaration
Public Enum FormControl Inherits System.Enum
'Usage
Dim instance As FormControl
public enum FormControl : System.Enum
'Declaration
Public Enum FormControl Inherits System.Enum
'Usage
Dim instance As FormControl
public enum FormControl : System.Enum
Member | Description |
---|---|
Button | Represents a button control. |
CheckBox | Represents a check box control. |
DropDown | Represents a combo box control. |
GroupBox | Represents a control that displays a frame around a group of controls with an optional caption. |
Label | Represents a standard label. |
ListBox | Represents a control to display a list of items. |
OptionButton | Represents a control to select a single option from a group of choices. |
ScrollBar | Represents a scroll bar control. |
Spinner | Represents a spin box that displays numeric values. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.Drawing.FormControl