System.Windows.Forms.ComboBoxRenderer: Method Members

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

See Also: Inherited members from System.Object

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.