ITextUndoHistory.UndoDescription Property

Definition

Gets the description of the most recent visible undo ITextUndoTransaction.

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

Property Value

The description of the most recent visible undo ITextUndoTransaction.

Applies to