[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Drawing.FormControl

FormControl Enum

Specifies the type of the form control.

Namespace: GrapeCity.Spreadsheet.Drawing
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public enum FormControl
Public Enum FormControl

Fields

Name Description
Button

Represents a button control.

CheckBox

Represents a check box control.

DropDown

Represents a combo box control.

GroupBox

Represents a control that displays a frame around a group of controls with an optional caption.

Label

Represents a standard label.

ListBox

Represents a control to display a list of items.

OptionButton

Represents a control to select a single option from a group of choices.

ScrollBar

Represents a scroll bar control.

Spinner

Represents a spin box that displays numeric values.