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


IHTMLPopupInfo.HTMLPopupEnabled Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IH > IHTMLPopupInfo Interface > IHTMLPopupInfo.HTMLPopupEnabled Property
ArcGIS Developer Help

IHTMLPopupInfo.HTMLPopupEnabled Property

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

[Visual Basic .NET]
Public Property HTMLPopupEnabled As Boolean
[C#]
public bool HTMLPopupEnabled {get; set;}
[C++]
HRESULT get_HTMLPopupEnabled(
  Boolean* pEnabled
);
[C++]
HRESULT put_HTMLPopupEnabled(
  VARIANT_BOOL pEnabled
);
[C++]
Parameters
pEnabled [out, retval]

pEnabled is a parameter of type bool* pEnabled [in]
pEnabled is a parameter of type bool

Product Availability

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

See Also

IHTMLPopupInfo Interface