ControlType

ControlType enumeration

すべての種類の ActiveX コントロールを表します。

public enum ControlType

名前価値説明
CommandButton0ボタン
ComboBox1ComboBox
CheckBox2CheckBox
ListBox3ListBox
TextBox4TextBox
SpinButton5スピナー
RadioButton6ラジオボタン
Label7ラベル
Image8画像
ToggleButton9トグルボタン
ScrollBar10ScrollBar
Unknown11不明

関連項目