Click or drag to resize

UndoManagerCanUndo Property

Get a value indicating whether or not undo is possible.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract bool CanUndo { get; }

Property Value

Type: Boolean
true if undo is possible. Otherwise false.
See Also