Gets the DocumentHistory associated with current Document, used for undoing and redoing actions.

Namespace:  C1.Phone.RichTextBox
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public DocumentHistory DocumentHistory { get; }
Visual Basic
Public ReadOnly Property DocumentHistory As DocumentHistory
	Get

See Also