RedoActions Property
RedoActions
Gets the list of names of the available actions on the undo stack.
Declaration
public IEnumerable<IUndoAction> RedoActions { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IUndoAction> |