RadioButtonRenderer::DrawRadioButton Method

 

Draws an option button control (also known as a radio button).

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticDrawRadioButton(Graphics^, Point, RadioButtonState)

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

System_CAPS_pubmethodSystem_CAPS_staticDrawRadioButton(Graphics^, Point, Rectangle, String^, Font^, Boolean, RadioButtonState)

Draws an option button control (also known as a radio button) in the specified state and location, with the specified text, and with an optional focus rectangle.

System_CAPS_pubmethodSystem_CAPS_staticDrawRadioButton(Graphics^, Point, Rectangle, String^, Font^, Image^, Rectangle, Boolean, RadioButtonState)

Draws an option button control (also known as a radio button) in the specified state and location, with the specified text and image, and with an optional focus rectangle.

System_CAPS_pubmethodSystem_CAPS_staticDrawRadioButton(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.

System_CAPS_pubmethodSystem_CAPS_staticDrawRadioButton(Graphics^, Point, Rectangle, String^, Font^, TextFormatFlags, Image^, Rectangle, Boolean, RadioButtonState)

Draws an option button control (also known as a radio button) in the specified state and location; with the specified text, text formatting, and image; and with an optional focus rectangle.

Return to top
Show: