バージョン

DrawScrollTrack メソッド

ScrollBarのスクロールトラック領域を描画します。
シンタックス
'宣言
 
Public Function DrawScrollTrack( _
   ByVal orientation As Orientation, _
   ByVal topLeft As Boolean, _
   ByRef drawParams As UIElementDrawParams, _
   ByVal rect As Rectangle, _
   ByVal clipRect As Rectangle, _
   ByVal buttonState As UIElementButtonState _
) As Boolean
public bool DrawScrollTrack( 
   Orientation orientation,
   bool topLeft,
   ref UIElementDrawParams drawParams,
   Rectangle rect,
   Rectangle clipRect,
   UIElementButtonState buttonState
)

パラメータ

orientation
ScrollBarの方向。
topLeft
スクロールトラックの上/左部分、または下/右部分が描画されているかどうかを示すブール値。
drawParams
レンダリング情報を提供するために使用される UIElementDrawParams
rect
長方形
clipRect
クリップ四角形。
buttonState
スクロールトラックの状態。

戻り値の型

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