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


ILegendSymbolEditor.EditLegendSymbol Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DisplayUI > ESRI.ArcGIS.DisplayUI > Interfaces > IL > ILegendSymbolEditor Interface > ILegendSymbolEditor.EditLegendSymbol Method
ArcGIS Developer Help

ILegendSymbolEditor.EditLegendSymbol Method

Displays the Legend Symbol Editor dialog for the given symbol and returns a flag indicating if the symbol changed.

[Visual Basic .NET]
Public Function EditLegendSymbol ( _
    ByRef symbol As ISymbol, _
    ByVal hWnd As Integer _
) As Boolean
[C#]
public bool EditLegendSymbol (
    ref ISymbol symbol,
    ref int hWnd
);

Product Availability

Available with ArcGIS Desktop.

See Also

ILegendSymbolEditor Interface