TextBoxWrapper Class |
Namespace: ABB.Robotics.Tps.Windows.Forms
public class TextBoxWrapper
The TextBoxWrapper type exposes the following members.
| Name | Description | |
|---|---|---|
| TextBoxWrapper |
Initializes a new instance of the TextBoxWrapper class.
|
| Name | Description | |
|---|---|---|
| MaxLength |
Maximum length for the text box
| |
| SelectionLength |
Selection length for text box
| |
| SelectionStart |
Slelection start for textbox
| |
| TextBox | Gets or sets the TextBoxBase target. | |
| TextLength |
length for the text box
|
| Name | Description | |
|---|---|---|
| Delete |
This deletes the text. It simulates the BackSpace function.
| |
| Equals | (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.) | |
| Focus |
Set textbox in focus status
| |
| GetHashCode | Serves as a hash function for a particular type. (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.) | |
| MoveCaret |
Move the caret to the left or to the right
| |
| Select |
Select text of specified area
| |
| SelectAll |
Select all the text
| |
| SendChar |
Inserts an string into the textbox at the SelectionStart value.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |