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


IHTMLPopupIdentify.HTMLPopupEnabled Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IHTMLPopupIdentify.HTMLPopupEnabled Property

Indicates if this layer currently responds to the HTML Popup tool.

[Visual Basic .NET]
Public ReadOnly Property HTMLPopupEnabled As Boolean
[C#]
public bool HTMLPopupEnabled {get;}
[C++]
HRESULT get_HTMLPopupEnabled(
  VARIANT_BOOL* pEnabled
);
[C++]

Parameters pEnabled [out, retval] pEnabled is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IHTMLPopupIdentify Interface