RadioButtonRenderer::DrawRadioButton Method (Graphics^, Point, Rectangle, String^, Font^, TextFormatFlags, Boolean, RadioButtonState)
Draws an option button control (also known as a radio button) in the specified state and location, with the specified text and text formatting, and with an optional focus rectangle.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: static void DrawRadioButton( Graphics^ g, Point glyphLocation, Rectangle textBounds, String^ radioButtonText, Font^ font, TextFormatFlags flags, bool focused, 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.
- textBounds
-
Type:
System.Drawing::Rectangle
The Rectangle to draw radioButtonText in.
- radioButtonText
-
Type:
System::String^
The String to draw with the option button.
- font
-
Type:
System.Drawing::Font^
The Font to apply to radioButtonText.
- flags
-
Type:
System.Windows.Forms::TextFormatFlags
A bitwise combination of the TextFormatFlags values.
- focused
-
Type:
System::Boolean
true to draw a focus rectangle; otherwise, false.
- 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.
Available since 2.0