This document is archived and information here might be outdated.  Recommended version.


IScreenDisplayOverlays.ShowOverlays Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Display)  

IScreenDisplayOverlays.ShowOverlays Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IScreenDisplayOverlays Interface