Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.forms Package / FormControlType Enumeration
In This Topic
    FormControlType Enumeration
    In This Topic
    Represents the type of form controls.
    Members
    MemberDescription
    ButtonThe type of this control is @code:IButton .
    CheckBoxThe type of this control is @code:ICheckBox .
    DropDownThe type of this control is @code:IDropDown .
    GroupBoxThe type of this control is @code:IGroupBox .
    LabelThe type of this control is @code:ILabel .
    ListBoxThe type of this control is @code:IListBox .
    OptionButtonThe type of this control is @code:IOptionButton .
    ScrollBarThe type of this control is @code:IScrollBar .
    SpinnerThe type of this control is @code:ISpinner .
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.forms.FormControlType

    See Also