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


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

ILegendGroup.Editable Property

Indicates if the group can be edited. Default is editable.

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

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

Product Availability

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

Remarks

This property indicates whether or not the symbols and text strings in the LegendClass objects of a LegendGroup can be edited. If this property is False then the user cannot edit the group's symbols and text labels in the ArcMap table of contents.

For example, the legend for a layer symbolized with a ChartRenderer with PieChartSymbols consists of two legend groups. The first legend group contains a representative pie chart symbol and is not editable. The second legend group contains the individual fill symbols that make up the pie chart slices, and this legend group is editable.

See Also

ILegendGroup Interface