Gets whether an available UNDO action exists or not.
Namespace: Sgry.Azuki.WinFormsAssembly: 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: BooleanImplements
IUserInterface..::..CanUndo
Remarks
This property gets whether one or more UNDOable action exists or not.
To execute UNDO, use Undo method.