System.Windows.Forms.RadioButtonRenderer Members

The members of System.Windows.Forms.RadioButtonRenderer are listed below.

See Also: Inherited members from System.Object

Public Properties

static
RenderMatchingApplicationStatebool.

Gets or sets a value indicating whether the renderer uses the application state to determine rendering style.

Public Methods

static
DrawParentBackground(System.Drawing.Graphics, System.Drawing.Rectangle, Control)

Draws the background of a control's parent in the specified area.

static
DrawRadioButton(System.Drawing.Graphics, System.Drawing.Point, System.Drawing.Rectangle, string, System.Drawing.Font, TextFormatFlags, System.Drawing.Image, System.Drawing.Rectangle, bool, System.Windows.Forms.VisualStyles.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.

static
DrawRadioButton(System.Drawing.Graphics, System.Drawing.Point, System.Windows.Forms.VisualStyles.RadioButtonState)

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

static
DrawRadioButton(System.Drawing.Graphics, System.Drawing.Point, System.Drawing.Rectangle, string, System.Drawing.Font, bool, System.Windows.Forms.VisualStyles.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.

static
DrawRadioButton(System.Drawing.Graphics, System.Drawing.Point, System.Drawing.Rectangle, string, System.Drawing.Font, TextFormatFlags, bool, System.Windows.Forms.VisualStyles.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.

static
DrawRadioButton(System.Drawing.Graphics, System.Drawing.Point, System.Drawing.Rectangle, string, System.Drawing.Font, System.Drawing.Image, System.Drawing.Rectangle, bool, System.Windows.Forms.VisualStyles.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.

static
GetGlyphSize(System.Drawing.Graphics, System.Windows.Forms.VisualStyles.RadioButtonState) : System.Drawing.Size

Returns the size, in pixels, of the option button (also known as a radio button) glyph.

static
IsBackgroundPartiallyTransparent(System.Windows.Forms.VisualStyles.RadioButtonState) : bool

Indicates whether the background of the option button (also known as a radio button) has semitransparent or alpha-blended pieces.