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


ITextBackground.TextBox Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IT > ITextBackground Interface > ITextBackground.TextBox Property
ArcGIS Developer Help

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