ControlPaint::DrawScrollButton Method (Graphics^, Rectangle, ScrollButton, ButtonState)

 

Draws the specified scroll button on a scroll bar control in the specified state, on the specified graphics surface, and within the specified bounds.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
static void DrawScrollButton(
	Graphics^ graphics,
	Rectangle rectangle,
	ScrollButton button,
	ButtonState state
)

Parameters

graphics
Type: System.Drawing::Graphics^

The Graphics to draw on.

rectangle
Type: System.Drawing::Rectangle

The Rectangle that represents the dimensions of the glyph.

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
Return to top
Show: