NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ControlPaint.DrawCheckBox (Graphics, Rectangle, ButtonState)

Draws a Win32 checkbox control in the given rectangle with the given state.

[Visual Basic]
Overloads Public Shared Sub DrawCheckBox( _
   ByVal graphics As Graphics, _
   ByVal rect As Rectangle, _
   ByVal state As ButtonState _
)
[C#]
public static void DrawCheckBox(
   Graphics graphics,
   Rectangle rect,
   ButtonState state
);
[C++]
public: static void DrawCheckBox(
   Graphics* graphics,
   Rectangle rect,
   ButtonState state
);
[JScript]
public static function DrawCheckBox(
   graphics : Graphics,
   rect : Rectangle,
   state : ButtonState
);

Parameters

graphics
The graphics object to draw to.
rect
The coordiniates of the button to draw.
state
One or more ButtonState flags that determine how to draw the button.

See Also

ControlPaint Class | ControlPaint Members | System.WinForms Namespace | ControlPaint.DrawCheckBox Overload List | ButtonState | TBD | TBD | TBD | TBD | TBD | TBD | TBD | TBD