Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Forms Namespace / FormControlType Enumeration
In This Topic
    FormControlType Enumeration
    In This Topic
    Represents the type of form controls.
    Syntax
    public enum FormControlType : System.Enum 
    Members
    MemberDescription
    ButtonThe type of this control is IButton.
    CheckBoxThe type of this control is ICheckBox.
    DropDownThe type of this control is IDropDown.
    GroupBoxThe type of this control is IGroupBox.
    LabelThe type of this control is ILabel.
    ListBoxThe type of this control is IListBox.
    OptionButtonThe type of this control is IOptionButton.
    ScrollBarThe type of this control is IScrollBar.
    SpinnerThe type of this control is ISpinner.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.Forms.FormControlType

    See Also