GetButtonType メソッド (SapToolbarControl)
クラス
SapToolbarControl
.
処理
指定したツール バーのボタンの種類を取得します。 有効な値は、"Button"、"ButtonAndMenu"、"Menu"、"Separator"、"Group"、"CheckBox" です。
構文
C#
buttonType
=
toolbarControl
.
GetButtonType
(
buttonPosition
)
VB
buttonType
=
toolbarControl
.
GetButtonType
(
buttonPosition
)
変数
説明
buttonType
ToolBarButtonType
。
buttonPosition
ボタンの位置(0 を基準)。
Integer
。