This document is archived and information here might be outdated. Recommended version. |
Indicates if TOC should display resolution.
[Visual Basic .NET] Public Property ShowResolution As Boolean
[C#] public bool ShowResolution {get; set;}
[C++]
HRESULT get_ShowResolution(
Boolean* pbShow
);
[C++]
HRESULT put_ShowResolution(
VARIANT_BOOL pbShow
);
[C++]
Parameters pbShow [out, retval]
pbShow is a parameter of type bool* pbShow [in]
pbShow is a parameter of type bool