ControlType
ControlType enumeration
すべての種類の ActiveX コントロールを表します。
public enum ControlType
値
名前 | 価値 | 説明 |
---|---|---|
CommandButton | 0 | ボタン |
ComboBox | 1 | ComboBox |
CheckBox | 2 | CheckBox |
ListBox | 3 | ListBox |
TextBox | 4 | TextBox |
SpinButton | 5 | スピナー |
RadioButton | 6 | ラジオボタン |
Label | 7 | ラベル |
Image | 8 | 画像 |
ToggleButton | 9 | トグルボタン |
ScrollBar | 10 | ScrollBar |
Unknown | 11 | 不明 |