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


IFieldInfo3.Highlight Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFieldInfo3 Interface > IFieldInfo3.Highlight Property
ArcGIS Developer Help

IFieldInfo3.Highlight Property

Indicates how the field should be presented.

[Visual Basic .NET]
Public Property Highlight As Boolean
[C#]
public bool Highlight {get; set;}
[C++]
HRESULT get_Highlight(
  Boolean* Highlight
);
[C++]
HRESULT put_Highlight(
  VARIANT_BOOL Highlight
);
[C++]
Parameters
Highlight [out, retval]

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

Product Availability

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

Description

This property determines if the field is highlighted in clients that choose to implement it.

Remarks

Setting the value to true highlights the field name in yellow within the ArcMap identify and attributes window.

In the Arcmap UI this is set in the layer field properties dialog.

See Also

IFieldInfo3 Interface