[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Forms.FormControlType

FormControlType Enum

Represents the type of form controls.

Namespace: GrapeCity.Documents.Excel.Forms
Assembly: DS.Documents.Excel.dll
Syntax
public enum FormControlType
Public Enum FormControlType

Fields

Name Description
Button

The type of this control is IButton.

CheckBox

The type of this control is ICheckBox.

DropDown

The type of this control is IDropDown.

GroupBox

The type of this control is IGroupBox.

Label

The type of this control is ILabel.

ListBox

The type of this control is IListBox.

OptionButton

The type of this control is IOptionButton.

ScrollBar

The type of this control is IScrollBar.

Spinner

The type of this control is ISpinner.