ITextUndoHistory.RedoDescription Property

Definition

Gets the description of the most recent visible redo ITextUndoTransaction.

public:
 property System::String ^ RedoDescription { System::String ^ get(); };
public:
 property Platform::String ^ RedoDescription { Platform::String ^ get(); };
public string RedoDescription { get; }
member this.RedoDescription : string
Public ReadOnly Property RedoDescription As String

Property Value

The description of the most recent visible redo ITextUndoTransaction.

Applies to