This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IT > ITextBackground Interface > ITextBackground.TextBox Property (ArcObjects .NET 10.4 SDK) |
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
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.