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