Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

TextBox Interface

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.v19.1.Core.dll

Declaration

public interface TextBox

Remarks

Use the Shape.TextBox property to access a TextBox interface for the Shape object. Text box content is available using the TextBox.Document property.

To insert a text box in a document, call the ShapeCollection.InsertTextBox method or the InsertTextBoxCommand command.

See Also