TextBoxRenderer::DrawTextBox Method
.NET Framework (current version)
Draws a text box control with the current visual style of the operating system.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | DrawTextBox(Graphics^, Rectangle, String^, Font^, Rectangle, TextBoxState) | Draws a text box control in the specified state and bounds, and with the specified text and text bounds. |
![]() ![]() | DrawTextBox(Graphics^, Rectangle, String^, Font^, Rectangle, TextFormatFlags, TextBoxState) | Draws a text box control in the specified state and bounds, and with the specified text, text bounds, and text formatting. |
![]() ![]() | DrawTextBox(Graphics^, Rectangle, String^, Font^, TextBoxState) | Draws a text box control in the specified state and bounds, and with the specified text. |
![]() ![]() | DrawTextBox(Graphics^, Rectangle, String^, Font^, TextFormatFlags, TextBoxState) | Draws a text box control in the specified state and bounds, and with the specified text and text formatting. |
![]() ![]() | DrawTextBox(Graphics^, Rectangle, TextBoxState) | Draws a text box control in the specified state and bounds. |
Show:

