ArcObjects Library Reference (Display)  

ITextBackground.TextBox Property

The text box.

[Visual Basic .NET]
Public WriteOnly Property TextBox
[C#]
public void TextBox {set;}
[C++]
HRESULT putref_TextBox(
  IEnvelope* 
);
[C++]

Parameters

[in]

   is a parameter of type IEnvelope

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The TextBox property is write-only. It is set by a TextSymbol before a call to ITextBackground::Draw or ITextBackground::QueryBoundary. For this reason, the ITextBackground also has a TextSymbol property, which is the TextSymbol of which the Background is a property.

See Also

ITextBackground Interface