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

[To be supplied.]

Overload List

Draws a button for a Win32 scroll bar in the given rectangle with the given state.

[Visual Basic] Overloads Public Shared Sub DrawScrollButton(Graphics, Integer, Integer, Integer, Integer, ScrollButton, ButtonState)
[C#] public static void DrawScrollButton(Graphics, int, int, int, int, ScrollButton, ButtonState);
[C++] public: static void DrawScrollButton(Graphics*, int, int, int, int, ScrollButton, ButtonState);
[JScript] public static function DrawScrollButton(Graphics, int, int, int, int, ScrollButton, ButtonState);

Draws a button for a Win32 scroll bar in the given rectangle with the given state.

[Visual Basic] Overloads Public Shared Sub DrawScrollButton(Graphics, Rectangle, ScrollButton, ButtonState)
[C#] public static void DrawScrollButton(Graphics, Rectangle, ScrollButton, ButtonState);
[C++] public: static void DrawScrollButton(Graphics*, Rectangle, ScrollButton, ButtonState);
[JScript] public static function DrawScrollButton(Graphics, Rectangle, ScrollButton, ButtonState);

See Also

ControlPaint Class | ControlPaint Members | System.WinForms Namespace