Draws the specified scroll button on a scroll bar control in the specified state, on the specified graphics surface, and within the specified bounds.
- graphics
The System.Drawing.Graphics to draw on.
- x
The x-coordinate of the upper left corner of the drawing rectangle.
- y
The y-coordinate of the upper left corner of the drawing rectangle.
- width
The width of the scroll button.
- height
The height of the scroll button.
- button
One of the System.Windows.Forms.ScrollButton values that specifies the type of scroll arrow to draw.
- state
A bitwise combination of the System.Windows.Forms.ButtonState values that specifies the state to draw the scroll button in.