ArcObjects Library Reference (DisplayUI)  

ITextBackgroundEditor.EditTextBackground Method

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

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

Product Availability

Available with ArcGIS Desktop.

See Also

ITextBackgroundEditor Interface