| UndoBufferCanUndo Property |
Gets a value indicating whether there are operations on the undo stack.
Namespace: DigitalRune.UndoAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public bool CanUndo { get; }
Public ReadOnly Property CanUndo As Boolean
Get
public:
property bool CanUndo {
bool get ();
}
member CanUndo : bool with get
Property Value
Type:
Boolean if an operation can be undone; otherwise,
.
See Also