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