RadioButtonRenderer::DrawRadioButton Method (Graphics^, Point, RadioButtonState)

 

Draws an option button control (also known as a radio button) in the specified state and location.

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

public:
static void DrawRadioButton(
	Graphics^ g,
	Point glyphLocation,
	RadioButtonState state
)

Parameters

g
Type: System.Drawing::Graphics^

The Graphics used to draw the option button.

glyphLocation
Type: System.Drawing::Point

The Point to draw the option button glyph at.

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

One of the RadioButtonState values that specifies the visual state of the option button.

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

.NET Framework
Available since 2.0
Return to top
Show: