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

CharacterBox.Accept(LayoutVisitor) Method

Required for LayoutElement interface implementation.

Namespace: DevExpress.XtraRichEdit.API.Layout

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

Declaration

public override void Accept(
    LayoutVisitor visitor
)

Parameters

Name Type Description
visitor LayoutVisitor

A LayoutVisitor implementation that is the instance of the visitor class defined in the Visitor pattern.

Remarks

This method is inherited for LayoutElement interface implementation and does nothing.

See Also