Returns whether there is an action to undo.

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

Syntax

C#
public bool CanUndo { get; }
Visual Basic
Public ReadOnly Property CanUndo As Boolean
	Get

See Also