ArcObjects Library Reference (Carto)  

ILegendFormat.ShowTitle Property

Indicates if title is visibile.

[Visual Basic .NET]
Public Property ShowTitle As Boolean
[C#]
public bool ShowTitle {get; set;}
[C++]
HRESULT get_ShowTitle(
  VARIANT_BOOL* ShowTitle
);
[C++]
HRESULT put_ShowTitle(
  VARIANT_BOOL ShowTitle
);
[C++]

Parameters

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

Product Availability

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

See Also

ILegendFormat Interface