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


IMapTableInfo.HTMLPopupType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapTableInfo Interface > IMapTableInfo.HTMLPopupType Property
ArcGIS Developer Help

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