ArcObjects Library Reference (Carto)  

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

Parameters

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

Product Availability

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

See Also

ILegendItem Interface