Undo

Methods

Method Description
TXTextControl.WPF.TextControl.BeginUndoAction Begins a user-defined undo operation.
TXTextControl.WPF.TextControl.ClearUndo Clears the undo buffer of the Text Control.
TXTextControl.WPF.TextControl.EndUndoAction Ends a user-defined undo operation.
TXTextControl.WPF.TextControl.Redo Redoes the last Text Control operation.
TXTextControl.WPF.TextControl.Undo Undoes the last edit operation in the Text Control.

Properties

Property Description
TXTextControl.WPF.TextControl.CanRedo Informs whether an operation can be re-done using the Redo method.
TXTextControl.WPF.TextControl.CanUndo Gets a value indicating whether the user can undo the previous operation in a Text Control.
TXTextControl.WPF.TextControl.IsUndoEnabled Gets or sets a value indicating whether the undo buffer is active or not.
TXTextControl.WPF.TextControl.RedoActionName Gets a string that represents the name of the action that will be performed when a call to the Redo method is made.
TXTextControl.WPF.TextControl.UndoActionName Gets a string that represents the name of the action that will be performed when a call to the Undo method is made.