Redo the last undone action.

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

Syntax

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

Remarks

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

See Also