This document is archived and information here might be outdated. Recommended version. |
Indicates if the operation can be redone.
[Visual Basic .NET]
Public ReadOnly Property CanRedo As Boolean
[C#]
public bool CanRedo {get;}
[C++]
HRESULT get_CanRedo(
Boolean* result
);
[C++] Parameters result [out, retval]
result is a parameter of type bool*
CanRedo indicates if the operation can be re-done. Use the property before using the Redo method.