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

[To be supplied.]

Overload List

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

[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);

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

[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);

See Also

ControlPaint Class | ControlPaint Members | System.WinForms Namespace