TextBox Interface
In This Article
Text box within a Shape object. Contains the text document and the properties that control the size and alignment of the text box.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Returned By
The Shape.TextBox property returns an instance of TextBox.
#Remarks
Use the Shape.TextBox property to get a TextBox instance. Text box content is accessible via the TextBox.Document property.
To insert a text box in a document, use the SubDocument.InsertTextBox method or the InsertTextBoxCommand command.
See Also