SpreadsheetGear 2023
FormControlType Enumeration


SpreadsheetGear.Shapes Namespace : FormControlType Enumeration
Specifies the type of a form control.
Syntax
'Declaration
 
Public Enum FormControlType 
   Inherits System.Enum
'Usage
 
Dim instance As FormControlType
public enum FormControlType : System.Enum 
Members
MemberDescription
ButtonControlSpecifies that the shape represents a button.
CheckBoxSpecifies that the shape represents a check box.
DropDownSpecifies that the shape represents a drop down list box.
EditBoxSpecifies that the shape represents an edit box .
GroupBoxSpecifies that the shape represents a group box.
LabelSpecifies that the shape represents a label.
ListBoxSpecifies that the shape represents a list box.
NoneSpecifies that the shape does not represent a form control.
OptionButtonSpecifies that the shape represents an option button.
ScrollBarSpecifies that the shape represents a scroll bar.
SpinnerSpecifies that the shape represents a spinner control.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.Shapes.FormControlType

Requirements

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

See Also

Reference

SpreadsheetGear.Shapes Namespace
FormControlType Property