Skip to main content

ToolboxControl.CalcHitInfo(Point) Method

Returns information on the ToolboxControl elements located at the specified point.

Namespace: DevExpress.XtraToolbox

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public ToolboxHitInfo CalcHitInfo(
    Point p
)

Parameters

Name Type Description
p Point

A System.Drawing.Point structure specifying the test point coordinates relative to the top-left corner of the ToolboxControl.

Returns

Type Description
DevExpress.XtraToolbox.ToolboxHitInfo

An ToolboxHitInfo object containing information about the ToolboxControl elements located at the test point.

See Also