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

HitTestManager(DocumentLayout) Constructor

Initializes a new instance of the HitTestManager class with the default settings.

Namespace: DevExpress.XtraRichEdit

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

Declaration

public HitTestManager(
    DocumentLayout documentLayout
)

Parameters

Name Type Description
documentLayout DocumentLayout

A DocumentLayout object where the hit testing is performed.

See Also