Text |
public class TextBox
The TextBox type exposes the following members.
| Name | Description | |
|---|---|---|
| TextBox(String) | Creates a new text box with default appearance. | |
| TextBox(String, Rect, Color, Int16, Int32, Int32, BorderType, Attach, Boolean) | Creates a new text box with explicit properties. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| Attach | Attachment target for the text box (frame, page, etc.). | |
| BorderType | Border type drawn around the text box. | |
| ClientRect | Client rectangle defining the box position and size. | |
| Color | Color used to draw the text. | |
| FontSize | Font size used for the text (in some internal units). | |
| IsShown | Whether the text box is shown. | |
| Rotation | Rotation angle for the text. | |
| Tab | Tab width used for the text box. | |
| Text | Text contained in the text box. |