TextBoxRenderer Methods
.NET Framework (current version)
Namespace:
System.Windows.Forms
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. |
![]() | 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.) |
Show:

