Skip to main content

DocumentTextBox Class

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

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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