ITextUndoHistory.RedoDescription Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.