Gets whether an available UNDO action exists or not.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
| C# |
|---|
public bool CanUndo { get; } |
| Visual Basic |
|---|
Public ReadOnly Property CanUndo As Boolean Get |
Property Value
Type: Boolean
Remarks
This property gets whether one or more UNDOable action exists or not.
To execute UNDO, use Undo method.