バージョン

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

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

パラメータ

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

戻り値の型

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