RadioButtonRenderer Methods
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | DrawParentBackground(Graphics^, Rectangle, Control^) | Draws the background of a control's parent in the specified area. |
![]() ![]() | DrawRadioButton(Graphics^, Point, RadioButtonState) | Draws an option button control (also known as a radio button) in the specified state and location. |
![]() ![]() | DrawRadioButton(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. |
![]() ![]() | DrawRadioButton(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. |
![]() ![]() | DrawRadioButton(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. |
![]() ![]() | DrawRadioButton(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. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() ![]() | GetGlyphSize(Graphics^, RadioButtonState) | Returns the size, in pixels, of the option button (also known as a radio button) glyph. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() ![]() | IsBackgroundPartiallyTransparent(RadioButtonState) | Indicates whether the background of the option button (also known as a radio button) has semitransparent or alpha-blended pieces. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |

