バージョン

DrawToolbarButton メソッド

テーマ化されたツールバーボタンを描画します
シンタックス
'宣言
 
Public Function DrawToolbarButton( _
   ByVal splitButton As Boolean, _
   ByVal dropDownButton As Boolean, _
   ByVal buttonState As UIElementButtonState, _
   ByRef drawParams As UIElementDrawParams, _
   ByVal rect As Rectangle, _
   ByVal clipRect As Rectangle _
) As Boolean
public bool DrawToolbarButton( 
   bool splitButton,
   bool dropDownButton,
   UIElementButtonState buttonState,
   ref UIElementDrawParams drawParams,
   Rectangle rect,
   Rectangle clipRect
)

パラメータ

splitButton
ボタンがスプリットボタンの場合True
dropDownButton
ボタンがドロップダウンボタンの場合True
buttonState
ボタンの状態。
drawParams
レンダリング情報を提供するために使用される UIElementDrawParams
rect
要素の四角形
clipRect
クリップ四角形

戻り値の型

要素がテーマ化された項目を描画できる場合True。
参照