LayoutFrame.Accept(LayoutVisitor) Method
Accepts a visitor.
Namespace: DevExpress.XtraRichEdit.API.Layout
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
visitor | LayoutVisitor | A LayoutVisitor object that is the visitor. |
Remarks
The Accept method calls a IDocumentVisitor.Visit method, which takes a LayoutFrame object as an argument.
See Also