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


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

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(
  Boolean* pHide
);
[C++]
HRESULT put_HTMLHideFieldNameColumn(
  VARIANT_BOOL pHide
);
[C++]
Parameters
pHide [out, retval]

pHide is a parameter of type bool* pHide [in]
pHide is a parameter of type bool

Product Availability

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

See Also

IHTMLPopupInfo Interface