[To be supplied.]
Draws a Win32 button control in the given rectangle with the given state.
[Visual Basic] Overloads Public Shared Sub DrawButton(Graphics, Integer, Integer, Integer, Integer, ButtonState)
[C#] public static void DrawButton(Graphics, int, int, int, int, ButtonState);
[C++] public: static void DrawButton(Graphics*, int, int, int, int, ButtonState);
[JScript] public static function DrawButton(Graphics, int, int, int, int, ButtonState);
Draws a Win32 button control in the given rectangle with the given state.
[Visual Basic] Overloads Public Shared Sub DrawButton(Graphics, Rectangle, ButtonState)
[C#] public static void DrawButton(Graphics, Rectangle, ButtonState);
[C++] public: static void DrawButton(Graphics*, Rectangle, ButtonState);
[JScript] public static function DrawButton(Graphics, Rectangle, ButtonState);
ControlPaint Class | ControlPaint Members | System.WinForms Namespace