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