ComboBoxRenderer Methods
.NET Framework 4.5
The ComboBoxRenderer type exposes the following members.
| Name | Description | |
|---|---|---|
|
DrawDropDownButton | Draws a drop-down arrow with the current visual style of the operating system. |
|
DrawTextBox(Graphics, Rectangle, ComboBoxState) | Draws a text box in the specified state and bounds. |
|
DrawTextBox(Graphics, Rectangle, String, Font, ComboBoxState) | Draws a text box in the specified state and bounds, with the specified text. |
|
DrawTextBox(Graphics, Rectangle, String, Font, Rectangle, ComboBoxState) | Draws a text box in the specified state and bounds, with the specified text and text bounds. |
|
DrawTextBox(Graphics, Rectangle, String, Font, TextFormatFlags, ComboBoxState) | Draws a text box in the specified state and bounds, with the specified text and text formatting. |
|
DrawTextBox(Graphics, Rectangle, String, Font, Rectangle, TextFormatFlags, ComboBoxState) | Draws a text box in the specified state and bounds, with the specified text, text formatting, and text bounds. |
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |