HitTestManager(DocumentLayout) Constructor
Initializes a new instance of the HitTestManager class with the default settings.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
documentLayout | DocumentLayout | A DocumentLayout object where the hit testing is performed. |
See Also