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

DocumentTextBox Class

Document element that is a text box accessed by the DocumentIterator.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

public abstract class DocumentTextBox :
    DocumentElementBase

Remarks

A DocumentTextBox is a document element accessed by a DocumentIterator. It corresponds to the Shape API object that is a text box (its Shape.TextBox property is not null).

To iterate over document elements in the text box content, use the DocumentTextBox.GetIterator method.

Implements

Inheritance

See Also