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


ITextSymbolEditor.EditTextSymbol Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DisplayUI)  

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