バージョン

DrawScrollButton メソッド

OSがサポートする場合、テーマ化されたスクロールボタンを返します。
シンタックス
'宣言
 
Public Function DrawScrollButton( _
   ByVal direction As ScrollButton, _
   ByRef drawParams As UIElementDrawParams, _
   ByVal rect As Rectangle, _
   ByVal clipRect As Rectangle, _
   ByVal buttonState As UIElementButtonState _
) As Boolean
public bool DrawScrollButton( 
   ScrollButton direction,
   ref UIElementDrawParams drawParams,
   Rectangle rect,
   Rectangle clipRect,
   UIElementButtonState buttonState
)

パラメータ

direction
スクロールボタンの向き。
drawParams
レンダリング情報を提供するために使用される UIElementDrawParams
rect
スクロールボタンの四角形。
clipRect
クリップ四角形
buttonState
スクロールボタンの状態。

戻り値の型

メソッドによってテーマ項目を描画できたかどうかを示すブール値。
参照