Skip to main content

TextEdit Methods

A text editor.
Name Description
ClearError() Clears error notification and resets the editor’s value. Inherited from BaseEdit.
Cut() Moves the current selection in the text editor to the clipboard.
Delete() Deletes the currently selected text from the text editor.
DoValidate() Validates the editor. Inherited from BaseEdit.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected 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.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Select(Int32, Int32) Selects the specified number of characters in the text editor, starting from the point specified.
SelectAll() Selects the editor’s entire content.
SpinDown() Decrements the value of a masked editor.
SpinUp() Increments the value of a masked editor.
ToString() Returns a string that represents the current object. Inherited from Object.
Undo() Undoes the last edit operation in the text control.
See Also