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