This document is archived and information here might be outdated. Recommended version. |
True if there are any completed edit operations that can be undone.
[Visual Basic .NET] Public Sub HasUndos ( _ ByRef HasUndos As Boolean _ )
[C#] public void HasUndos ( ref bool HasUndos );
[C++]
HRESULT HasUndos(
Boolean* HasUndos
);
[C++]
Parameters HasUndos [in, out]
HasUndos is a parameter of type bool*