This document is archived and information here might be outdated. Recommended version. |
Redoes the operation.
[Visual Basic .NET]
Public Sub Redo ( _
)
[C#]
public void Redo (
);
[C++]
HRESULT Redo(
void
);
Redo the operation to redo the action from the Do method. Use the CanRedo property to determine whether the operation can be re-done.