TextEdit Methods
Represents a text editor with embedded buttons.
Name | Description |
---|---|
Begin |
Starts the Base |
Clear |
Clears error notification and resets the editor’s value.
Inherited from Base |
Cut() | Moves the current selection in the text editor to the clipboard. |
Delete() | Deletes the currently selected text from the text editor. |
Do |
Validates the editor.
Inherited from Base |
End |
Ends the Base |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Returns the display representation of the specified value. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
This property supports the internal infrastructure and is not intended to be used directly from your code.
Inherited from Base |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Paste() | Replaces the current selection in the text editor with the contents of the clipboard. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Select |
Selects the specified number of characters in the text editor, starting from the point specified. |
Select |
Selects the editor’s entire content. |
Set |
This property supports the internal infrastructure and is not intended to be used directly from your code.
Inherited from Base |
Spin |
Decrements the value of a masked editor. |
Spin |
Increments the value of a masked editor. |
To |
Returns a string that represents the current object. Inherited from Object. |
Undo() | Undoes the last edit operation in the text control. |
Update |
Inherited from Base |
See Also