System.Windows.Forms.ComboBoxRenderer Members

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

See Also: Inherited members from System.Object

Public Properties

[read-only]
static
IsSupportedbool.

Gets a value indicating whether the System.Windows.Forms.ComboBoxRenderer class can be used to draw a combo box with visual styles.

Public Methods

static
DrawDropDownButton(System.Drawing.Graphics, System.Drawing.Rectangle, System.Windows.Forms.VisualStyles.ComboBoxState)

Draws a drop-down arrow with the current visual style of the operating system.

static
DrawTextBox(System.Drawing.Graphics, System.Drawing.Rectangle, System.Windows.Forms.VisualStyles.ComboBoxState)

Draws a text box in the specified state and bounds.

static
DrawTextBox(System.Drawing.Graphics, System.Drawing.Rectangle, string, System.Drawing.Font, System.Windows.Forms.VisualStyles.ComboBoxState)

Draws a text box in the specified state and bounds, with the specified text.

static
DrawTextBox(System.Drawing.Graphics, System.Drawing.Rectangle, string, System.Drawing.Font, System.Drawing.Rectangle, System.Windows.Forms.VisualStyles.ComboBoxState)

Draws a text box in the specified state and bounds, with the specified text and text bounds.

static
DrawTextBox(System.Drawing.Graphics, System.Drawing.Rectangle, string, System.Drawing.Font, TextFormatFlags, System.Windows.Forms.VisualStyles.ComboBoxState)

Draws a text box in the specified state and bounds, with the specified text and text formatting.

static
DrawTextBox(System.Drawing.Graphics, System.Drawing.Rectangle, string, System.Drawing.Font, System.Drawing.Rectangle, TextFormatFlags, System.Windows.Forms.VisualStyles.ComboBoxState)

Draws a text box in the specified state and bounds, with the specified text, text formatting, and text bounds.