Draws a Win32 window caption button in the given rectangle with the given state.
[Visual Basic] Overloads Public Shared Sub DrawCaptionButton( _ ByVal graphics As Graphics, _ ByVal rect As Rectangle, _ ByVal button As CaptionButton, _ ByVal state As ButtonState _ ) [C#] public static void DrawCaptionButton( Graphics graphics, Rectangle rect, CaptionButton button, ButtonState state ); [C++] public: static void DrawCaptionButton( Graphics* graphics, Rectangle rect, CaptionButton button, ButtonState state ); [JScript] public static function DrawCaptionButton( graphics : Graphics, rect : Rectangle, button : CaptionButton, state : ButtonState );
ControlPaint Class | ControlPaint Members | System.WinForms Namespace | ControlPaint.DrawCaptionButton Overload List | CaptionButton | ButtonState