ControlPaint.DrawCheckBox メソッド (Graphics, Rectangle, ButtonState)
チェック ボックス コントロールを、指定した状態で、指定したグラフィックスの表面の指定した範囲内に描画します。
名前空間: System.Windows.Forms
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)
構文
Public Shared Sub DrawCheckBox ( _ graphics As Graphics, _ rectangle As Rectangle, _ state As ButtonState _ )
Dim graphics As Graphics Dim rectangle As Rectangle Dim state As ButtonState ControlPaint.DrawCheckBox(graphics, rectangle, state)

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


ControlPaint.DrawCheckBox メソッド
チェック ボックス コントロールを描画します。
オーバーロードの一覧
名前 | 説明 |
---|---|
ControlPaint.DrawCheckBox (Graphics, Rectangle, ButtonState) | チェック ボックス コントロールを、指定した状態で、指定したグラフィックスの表面の指定した範囲内に描画します。 |
ControlPaint.DrawCheckBox (Graphics, Int32, Int32, Int32, Int32, ButtonState) | チェック ボックス コントロールを、指定した状態で、指定したグラフィックスの表面の指定した範囲内に描画します。 |

ControlPaint.DrawCheckBox メソッド (Graphics, Int32, Int32, Int32, Int32, ButtonState)
チェック ボックス コントロールを、指定した状態で、指定したグラフィックスの表面の指定した範囲内に描画します。
名前空間: System.Windows.Forms
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)
構文
Public Shared Sub DrawCheckBox ( _ graphics As Graphics, _ x As Integer, _ y As Integer, _ width As Integer, _ height As Integer, _ state As ButtonState _ )
Dim graphics As Graphics Dim x As Integer Dim y As Integer Dim width As Integer Dim height As Integer Dim state As ButtonState ControlPaint.DrawCheckBox(graphics, x, y, width, height, state)
public static void DrawCheckBox ( Graphics graphics, int x, int y, int width, int height, ButtonState state )
public: static void DrawCheckBox ( Graphics^ graphics, int x, int y, int width, int height, ButtonState state )
public static void DrawCheckBox ( Graphics graphics, int x, int y, int width, int height, ButtonState state )

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からControlPaint.DrawCheckBoxを検索する場合は、下記のリンクをクリックしてください。

- ControlPaint.DrawCheckBoxのページへのリンク