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


IMapTableInfo.HTMLPopupType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMapTableInfo.HTMLPopupType Property

Indicates if the layer has HTML popups enabled.

[Visual Basic .NET]
Public ReadOnly Property HTMLPopupType As esriServerHTMLPopupType
[C#]
public esriServerHTMLPopupType HTMLPopupType {get;}
[C++]
HRESULT get_HTMLPopupType(
  esriServerHTMLPopupType* Type
);
[C++]

Parameters Type [out, retval]
Type is a parameter of type esriServerHTMLPopupType

Product Availability

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

Remarks

StandaloneTable does not support HTMLPopup

See Also

IMapTableInfo Interface