Back to Devexpress

ToolboxControl.CalcHitInfo(Point) Method

windowsforms-devexpress-dot-xtratoolbox-dot-toolboxcontrol-dot-calchitinfo-x28-system-dot-drawing-dot-point-x29.md

latest1.6 KB
Original Source

ToolboxControl.CalcHitInfo(Point) Method

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

Namespace : DevExpress.XtraToolbox

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public ToolboxHitInfo CalcHitInfo(
    Point p
)
vb
Public Function CalcHitInfo(
    p As Point
) As ToolboxHitInfo

Parameters

NameTypeDescription
pPoint

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

|

Returns

TypeDescription
DevExpress.XtraToolbox.ToolboxHitInfo

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

|

See Also

ToolboxControl Class

ToolboxControl Members

DevExpress.XtraToolbox Namespace