ControlPaint::DrawButton Method (Graphics^, Rectangle, ButtonState)

 

Draws a button 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 DrawButton(
	Graphics^ graphics,
	Rectangle rectangle,
	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 button.

state
Type: System.Windows.Forms::ButtonState

A bitwise combination of the ButtonState values that specifies the state to draw the button in.

.NET Framework
Available since 1.1
Return to top
Show: