[To be supplied.]
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);
ControlPaint Class | ControlPaint Members | System.WinForms Namespace