This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DisplayUI > ESRI.ArcGIS.DisplayUI > Interfaces > IT > ITextBackgroundEditor Interface > ITextBackgroundEditor.EditTextBackground Method (ArcObjects .NET 10.4 SDK) |
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 );