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


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

IHTMLPopupIdentify.HTMLPresentationStyle Property

Indicates the content formating style for the HTML Popup tool.

[Visual Basic .NET]
Public ReadOnly Property HTMLPresentationStyle As esriHTMLPopupStyle
[C#]
public esriHTMLPopupStyle HTMLPresentationStyle {get;}
[C++]
HRESULT get_HTMLPresentationStyle(
  esriHTMLPopupStyle* pStyle
);
[C++]
Parameters
pStyle [out, retval]

pStyle is a parameter of type esriHTMLPopupStyle*

Product Availability

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

See Also

IHTMLPopupIdentify Interface