Click or drag to resize
DigitalRuneUndoBufferCanRedo Property
Gets a value indicating whether there are operations on the redo stack.

Namespace: DigitalRune.Undo
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public bool CanRedo { get; }

Property Value

Type: Boolean
if an operation can be redone; otherwise, .
See Also