Undo the last action performed on the document.

Namespace:  C1.Silverlight.RichTextBox.Documents
Assembly:  C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)

Syntax

C#
public void Undo()
Visual Basic
Public Sub Undo

Remarks

If there are no action to undo, it does nothing.

See Also