TextBoxRenderer Methods
.NET Framework 4.5
The TextBoxRenderer type exposes the following members.
| Name | Description | |
|---|---|---|
|
DrawTextBox(Graphics, Rectangle, TextBoxState) | Draws a text box control in the specified state and bounds. |
|
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, 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, TextFormatFlags, TextBoxState) | Draws a text box control in the specified state and bounds, and with the specified text and text formatting. |
|
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. |
|
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.) |