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


ITextSymbolEditor.EditTextSymbol Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DisplayUI > ESRI.ArcGIS.DisplayUI > Interfaces > IT > ITextSymbolEditor Interface > ITextSymbolEditor.EditTextSymbol Method
ArcGIS Developer Help

ITextSymbolEditor.EditTextSymbol Method

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

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

Product Availability

Available with ArcGIS Desktop.

See Also

ITextSymbolEditor Interface