バージョン

DrawCheckBox(UIElementDrawParams,Rectangle,Rectangle,ButtonState,CheckState) メソッド

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

パラメータ

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

戻り値の型

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