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


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

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