Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.FormControls Namespace / FormControl Enumeration


FormControl Enumeration
Specifies the type of the form control.
Syntax
'Declaration
 
Public Enum FormControl 
   Inherits System.Enum
 
'Usage
 
Dim instance As FormControl
Members
MemberDescription
ButtonRepresents a button control.
CheckBoxRepresents a check box control.
DropDownRepresents a combo box control.
GroupBoxRepresents a control that displays a frame around a group of controls with an optional caption.
LabelRepresents a standard label.
ListBoxRepresents a control to display a list of items.
OptionRepresents a control to select a single option from a group of choices.
ScrollBarRepresents a scroll bar control.
SpinnerRepresents a spin box that displays numeric values.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.FormControls.FormControl

See Also