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


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

ILegendItem.ShowDescriptions Property

Indicates if descriptions are visible.

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

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

Product Availability

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

See Also

ILegendItem Interface