DocumentTextBox Class
Document element that is a text box accessed by the DocumentIterator.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
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
Object
DocumentElementBase
DocumentTextBox
See Also