This document is archived and information here might be outdated. Recommended version. |
Indicates if overlays are visible or not.
[Visual Basic .NET] Public Property ShowOverlays As Boolean
[C#] public bool ShowOverlays {get; set;}
[C++]
HRESULT get_ShowOverlays(
VARIANT_BOOL bYesNo
);
[C++]
HRESULT put_ShowOverlays(
Boolean* bYesNo
);
[C++]
Parameters bYesNo [in]
bYesNo is a parameter of type bool bYesNo [out, retval]
bYesNo is a parameter of type bool*