ComboBoxRenderer Methods
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | DrawDropDownButton(Graphics^, Rectangle, ComboBoxState) | 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^, Rectangle, TextFormatFlags, ComboBoxState) | Draws a text box in the specified state and bounds, with the specified text, text formatting, 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. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |

