バージョン

DrawButton メソッド (ThemedExplorer)

テーマ化されたエクスプローラーボタンを描画します。
シンタックス
'宣言
 
Public Function DrawButton( _
   ByVal buttonType As ThemedExplorer.ExplorerButtonType, _
   ByVal buttonState As ThemedExplorer.ExplorerButtonState, _
   ByRef drawParams As UIElementDrawParams, _
   ByVal rect As Rectangle, _
   ByVal clipRect As Rectangle _
) As Boolean

パラメータ

buttonType
描画するボタンのタイプ
buttonState
ボタンの状態。
drawParams
レンダリング情報を提供するために使用される UIElementDrawParams
rect
要素の四角形
clipRect
クリップ四角形

戻り値の型

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