Indicates whether the most recent Undo can be reversed.
Syntax
object.CanRedo
The CanRedo property syntax has these parts:
| Part | Description |
|---|---|
| object | Required. A valid object. |
Return Values
The CanRedo property syntax return values are:
| Value | Description |
|---|---|
| True | The most recent Undo can be reversed. |
| False | The most recent Undo is irreversible. |
Remarks
CanRedo is read-only.
To Redo an action means to reverse an Undo; it does not necessrily mean to repeat the last user action.