バージョン

DrawCheckBox(Rectangle,ButtonState) メソッド

現在のアルファブレンド設定を使用して、Graphics オブジェクトにチェックボックスを描画します。
シンタックス
'宣言
 
Public Overloads Sub DrawCheckBox( _
   ByVal rect As Rectangle, _
   ByVal buttonState As ButtonState _
) 
public void DrawCheckBox( 
   Rectangle rect,
   ButtonState buttonState
)

パラメータ

rect
チェックボックスを描画する四角形
buttonState
チェックボックスの状態
参照