This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILegendItem2 Interface > ILegendItem2.ShowHeading Property (ArcObjects .NET 10.5 SDK) |
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