DioDocs for Excel
FormControlType 列挙体

DS.Documents.Excel アセンブリ > GrapeCity.Documents.Excel.Forms 名前空間 : FormControlType 列挙体
フォームコントロールの型を表します。
シンタックス
'宣言
 
Public Enum FormControlType 
   Inherits System.Enum
public enum FormControlType : System.Enum 
メンバ
メンバ解説
Buttonこのコントロールの型は IButton です。
CheckBoxこのコントロールの型は ICheckBox です。
DropDownこのコントロールの型は IDropDown です。
GroupBoxこのコントロールの型は IGroupBox です。
Labelこのコントロールの型は ILabel です。
ListBoxこのコントロールの型は IListBox です。
OptionButtonこのコントロールの型は IOptionButton です。
ScrollBarこのコントロールの型は IScrollBar です。
Spinnerこのコントロールの型は ISpinner です。
継承階層

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

参照

GrapeCity.Documents.Excel.Forms 名前空間