This document is archived and information here might be outdated. Recommended version. |
Indicates the state of display after animation stops.
[Visual Basic .NET] Public Property RestoreState As Boolean
[C#] public bool RestoreState {get; set;}
[C++]
HRESULT get_RestoreState(
VARIANT_BOOL pRestoreState
);
[C++]
HRESULT put_RestoreState(
Boolean* pRestoreState
);
[C++]
Parameters pRestoreState [in]
pRestoreState is a parameter of type bool pRestoreState [out, retval]
pRestoreState is a parameter of type bool*