ArcObjects Library Reference (Carto)  

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(
  VARIANT_BOOL* ShowHeading
);
[C++]
HRESULT put_ShowHeading(
  VARIANT_BOOL ShowHeading
);
[C++]

Parameters

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

Product Availability

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

See Also

ILegendItem3 Interface