[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Forms.FormControlType

Enum FormControlType

Namespace
GrapeCity.Documents.Excel.Forms
Assembly
GcDocs.Excel.dll

Represents the type of form controls.

public enum FormControlType

Fields

Button = 0

The type of this control is IButton.

CheckBox = 1

The type of this control is ICheckBox.

DropDown = 2

The type of this control is IDropDown.

GroupBox = 3

The type of this control is IGroupBox.

Label = 4

The type of this control is ILabel.

ListBox = 5

The type of this control is IListBox.

OptionButton = 6

The type of this control is IOptionButton.

ScrollBar = 7

The type of this control is IScrollBar.

Spinner = 8

The type of this control is ISpinner.