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.DrawCaptionButton

[To be supplied.]

Overload List

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

See Also

ControlPaint Class | ControlPaint Members | System.WinForms Namespace