バージョン

DrawSpinButton(ScrollButton,UIElementDrawParams,Rectangle,Rectangle,ButtonState) メソッド

テーマ化されたスピンボタンを描画します。
シンタックス
'宣言
 
Public Overloads Function DrawSpinButton( _
   ByVal direction As ScrollButton, _
   ByRef drawParams As UIElementDrawParams, _
   ByVal rect As Rectangle, _
   ByVal clipRect As Rectangle, _
   ByVal buttonState As ButtonState _
) As Boolean
public bool DrawSpinButton( 
   ScrollButton direction,
   ref UIElementDrawParams drawParams,
   Rectangle rect,
   Rectangle clipRect,
   ButtonState buttonState
)

パラメータ

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

戻り値の型

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