UndoManagerCanRedo Property |
Gets a value indicating whether redo 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 CanRedo { get; }
Public MustOverride ReadOnly Property CanRedo As Boolean
Get
Property Value
Type:
Boolean
True if redo is available. Otherwise false.
See Also