SpreadsheetGear The Performance Spreadsheet Component Company 
FormControlType Enumeration
See Also  
SpreadsheetGear.Shapes Namespace : FormControlType Enumeration
Specifies the type of a form control.

Syntax

C# 
public enum FormControlType : Enum 

Members

MemberDescription
None Specifies that the shape does not represent a form control.
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.
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.

Inheritance Hierarchy

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

Requirements

Namespace: SpreadsheetGear.Shapes

Platforms: Windows Vista, Windows XP, Windows Server 2008, Windows Server 2003, Windows 2000, Windows Me and Windows 98, including 32 bit and 64 bit editions where applicable. SpreadsheetGear for .NET 1.x requires the Microsoft .NET Framework 1.1 or .NET 2.0 (works with .NET 3.x). SpreadsheetGear for .NET 2007 requires the Microsoft .NET Framework 2.0 (works with .NET 3.x).

Assembly: SpreadsheetGear (in SpreadsheetGear.dll)

See Also