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


ILegendItem3.ShowHeading Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILegendItem3 Interface > ILegendItem3.ShowHeading Property
ArcGIS Developer Help

ILegendItem3.ShowHeading Property

Indicates if heading is visibile.

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

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

Product Availability

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

See Also

ILegendItem3 Interface