TextEdit Methods
Represents a text editor with embedded buttons.Name | Description |
---|---|
BeginInit() | Starts the BaseEdit‘s initialization. Initialization occurs at runtime. Inherited from BaseEdit. |
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. |
EndInit() | Ends the BaseEdit‘s initialization. Inherited from BaseEdit. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetDisplayTextFromValue(Object) | Returns the display representation of the specified value. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetIsInLayoutControl(DependencyObject) static | This property supports the internal infrastructure and is not intended to be used directly from your code. Inherited from BaseEdit. |
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. |
SetIsInLayoutControl(DependencyObject, Boolean) static | This property supports the internal infrastructure and is not intended to be used directly from your code. Inherited from BaseEdit. |
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. |
UpdateDisplayText() | Inherited from BaseEdit. |
See Also