ButtonRenderer::DrawButton Method (Graphics^, Rectangle, PushButtonState)

 

Draws a button control in the specified state and bounds.

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

public:
static void DrawButton(
	Graphics^ g,
	Rectangle bounds,
	PushButtonState state
)

Parameters

g
Type: System.Drawing::Graphics^

The Graphics used to draw the button.

bounds
Type: System.Drawing::Rectangle

The Rectangle that specifies the bounds of the button.

state
Type: System.Windows.Forms.VisualStyles::PushButtonState

One of the PushButtonState values that specifies the visual state of the button.

If visual styles are enabled in the operating system and visual styles are applied to the current application, this method will draw the button with the current visual style. Otherwise, it will draw the button with the classic Windows style.

.NET Framework
Available since 2.0
Return to top
Show: