'Declaration
Public Enum FormControlType Inherits System.Enum
'Usage
Dim instance As FormControlType
public enum FormControlType : System.Enum
'Declaration
Public Enum FormControlType Inherits System.Enum
'Usage
Dim instance As FormControlType
public enum FormControlType : System.Enum
Member | Description |
---|---|
ButtonControl | Specifies that the shape represents a button. |
CheckBox | Specifies that the shape represents a check box. |
DropDown | Specifies that the shape represents a drop down list box. |
EditBox | Specifies that the shape represents an edit box . |
GroupBox | Specifies that the shape represents a group box. |
Label | Specifies that the shape represents a label. |
ListBox | Specifies that the shape represents a list box. |
None | Specifies that the shape does not represent a form control. |
OptionButton | Specifies that the shape represents an option button. |
ScrollBar | Specifies that the shape represents a scroll bar. |
Spinner | Specifies that the shape represents a spinner control. |
System.Object
System.ValueType
System.Enum
SpreadsheetGear.Shapes.FormControlType
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2