ComboBoxRenderer::DrawTextBox Method
.NET Framework (current version)
Draws a text box with the current visual style of the operating system.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | 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. |
Show:

