ControlPaint::DrawScrollButton Method (Graphics^, Int32, Int32, Int32, Int32, ScrollButton, ButtonState)
.NET Framework (current version)
Draws the specified scroll button on a scroll bar control in the specified state, on the specified graphics surface, and within the specified bounds.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: static void DrawScrollButton( Graphics^ graphics, int x, int y, int width, int height, ScrollButton button, ButtonState state )
Parameters
- graphics
-
Type:
System.Drawing::Graphics^
The Graphics to draw on.
- x
-
Type:
System::Int32
The x-coordinate of the upper left corner of the drawing rectangle.
- y
-
Type:
System::Int32
The y-coordinate of the upper left corner of the drawing rectangle.
- width
-
Type:
System::Int32
The width of the scroll button.
- height
-
Type:
System::Int32
The height of the scroll button.
- button
-
Type:
System.Windows.Forms::ScrollButton
One of the ScrollButton values that specifies the type of scroll arrow to draw.
- state
-
Type:
System.Windows.Forms::ButtonState
A bitwise combination of the ButtonState values that specifies the state to draw the scroll button in.
.NET Framework
Available since 1.1
Available since 1.1
Show: