次の方法で共有


ControlPaint.DrawCheckBox メソッド

チェック ボックス コントロールを描画します。

オーバーロードの一覧

チェック ボックス コントロールを、指定した状態で、指定したグラフィックスの表面の指定した範囲内に描画します。

[Visual Basic] Overloads Public Shared Sub DrawCheckBox(Graphics, Rectangle, ButtonState)

[C#] public static void DrawCheckBox(Graphics, Rectangle, ButtonState);

[C++] public: static void DrawCheckBox(Graphics*, Rectangle, ButtonState);

[JScript] public static function DrawCheckBox(Graphics, Rectangle, ButtonState);

チェック ボックス コントロールを、指定した状態で、指定したグラフィックスの表面の指定した範囲内に描画します。

[Visual Basic] Overloads Public Shared Sub DrawCheckBox(Graphics, Integer, Integer, Integer, Integer, ButtonState)

[C#] public static void DrawCheckBox(Graphics, int, int, int, int, ButtonState);

[C++] public: static void DrawCheckBox(Graphics*, int, int, int, int, ButtonState);

[JScript] public static function DrawCheckBox(Graphics, int, int, int, int, ButtonState);

参照

ControlPaint クラス | ControlPaint メンバ | System.Windows.Forms 名前空間