[To be supplied.]
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);
ControlPaint Class | ControlPaint Members | System.WinForms Namespace