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


ILegendItem.ShowHeading Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

ILegendItem.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

ILegendItem Interface