ControlPaint.DrawMixedCheckBox メソッド
3 ステート チェック ボックス コントロールを描画します。
オーバーロードの一覧
3 ステート チェック ボックス コントロールを指定した状態で、指定した範囲内の、指定したグラフィックスの表面に描画します。
[Visual Basic] Overloads Public Shared Sub DrawMixedCheckBox(Graphics, Rectangle, ButtonState)
[C#] public static void DrawMixedCheckBox(Graphics, Rectangle, ButtonState);
[C++] public: static void DrawMixedCheckBox(Graphics*, Rectangle, ButtonState);
[JScript] public static function DrawMixedCheckBox(Graphics, Rectangle, ButtonState);
3 ステート チェック ボックス コントロールを指定した状態で、指定した範囲内の、指定したグラフィックスの表面に描画します。
[Visual Basic] Overloads Public Shared Sub DrawMixedCheckBox(Graphics, Integer, Integer, Integer, Integer, ButtonState)
[C#] public static void DrawMixedCheckBox(Graphics, int, int, int, int, ButtonState);
[C++] public: static void DrawMixedCheckBox(Graphics*, int, int, int, int, ButtonState);
[JScript] public static function DrawMixedCheckBox(Graphics, int, int, int, int, ButtonState);
参照
ControlPaint クラス | ControlPaint メンバ | System.Windows.Forms 名前空間