ButtonRenderer::DrawButton Method (Graphics^, Rectangle, Boolean, PushButtonState)
.NET Framework (current version)
Draws a button control in the specified state and bounds, and with an optional focus rectangle.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: static void DrawButton( Graphics^ g, Rectangle bounds, bool focused, 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.
- focused
-
Type:
System::Boolean
true to draw a focus rectangle on the button; otherwise, false.
- 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
Available since 2.0
Show: