ITextUndoTransaction.CanUndo 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.
Determines whether it is currently possible to call Undo() successfully.
public:
property bool CanUndo { bool get(); };
public:
property bool CanUndo { bool get(); };
public bool CanUndo { get; }
member this.CanUndo : bool
Public ReadOnly Property CanUndo As Boolean
Property Value
true if it is currently possible to call Undo() successfully, otherwise false.