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 98, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family. SpreadsheetGear for .NET 1.x requires the Microsoft .NET Framework 1.1 or 2.0. SpreadsheetGear for .NET 2006 requires the Microsoft .NET Framework 2.0.

Assembly: SpreadsheetGear (in SpreadsheetGear.dll)

See Also