ArcObjects Library Reference (Carto)  

IDataObjectTable.HTMLPopupType Property

Indicates if the layer/table 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.

See Also

IDataObjectTable Interface