System.Windows.Forms.CheckBoxRenderer: Method Members

The methods of System.Windows.Forms.CheckBoxRenderer are listed below. For a list of all members, see the CheckBoxRenderer Members list.

See Also: Inherited members from System.Object

Public Methods

static
DrawCheckBox(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.CheckBoxState)

Draws a check box control in the specified state and location; with the specified text, text formatting, and image; and with an optional focus rectangle.

static
DrawCheckBox(System.Drawing.Graphics, System.Drawing.Point, System.Windows.Forms.VisualStyles.CheckBoxState)

Draws a check box control in the specified state and location.

static
DrawCheckBox(System.Drawing.Graphics, System.Drawing.Point, System.Drawing.Rectangle, string, System.Drawing.Font, bool, System.Windows.Forms.VisualStyles.CheckBoxState)

Draws a check box control in the specified state and location, with the specified text, and with an optional focus rectangle.

static
DrawCheckBox(System.Drawing.Graphics, System.Drawing.Point, System.Drawing.Rectangle, string, System.Drawing.Font, TextFormatFlags, bool, System.Windows.Forms.VisualStyles.CheckBoxState)

Draws a check box control in the specified state and location, with the specified text and text formatting, and with an optional focus rectangle.

static
DrawCheckBox(System.Drawing.Graphics, System.Drawing.Point, System.Drawing.Rectangle, string, System.Drawing.Font, System.Drawing.Image, System.Drawing.Rectangle, bool, System.Windows.Forms.VisualStyles.CheckBoxState)

Draws a check box control in the specified state and location, with the specified text and image, and with an optional focus rectangle.

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

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

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

Returns the size of the check box glyph.

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

Indicates whether the background of the check box has semitransparent or alpha-blended pieces.