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


IHTMLPopupInfo.HTMLHideFieldNameColumn Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IHTMLPopupInfo.HTMLHideFieldNameColumn Property

Indicates if Field name column will be output to the HTML Popup tool.

[Visual Basic .NET]
Public Property HTMLHideFieldNameColumn As Boolean
[C#]
public bool HTMLHideFieldNameColumn {get; set;}
[C++]
HRESULT get_HTMLHideFieldNameColumn(
  VARIANT_BOOL* pHide
);
[C++]
HRESULT put_HTMLHideFieldNameColumn(
  VARIANT_BOOL pHide
);
[C++]

Parameters pHide [out, retval] pHide is a parameter of type VARIANT_BOOL pHide [in] pHide is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IHTMLPopupInfo Interface