ControlPaint.DrawCheckBox メソッド (Graphics, Rectangle, ButtonState)
アセンブリ: 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)
public static function DrawCheckBox ( graphics : Graphics, rectangle : Rectangle, state : ButtonState )

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.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 )
public static function DrawCheckBox ( graphics : Graphics, x : int, y : int, width : int, height : int, state : ButtonState )

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 メソッドのページへのリンク