Back to Devexpress

BreadCrumbEdit.CalcHitInfo(Point) Method

windowsforms-devexpress-dot-xtraeditors-dot-breadcrumbedit-dot-calchitinfo-x28-system-dot-drawing-dot-point-x29.md

latest1.6 KB
Original Source

BreadCrumbEdit.CalcHitInfo(Point) Method

Returns information on BreadCrumbEdit elements located at the target position.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public BreadCrumbEditHitInfo CalcHitInfo(
    Point pt
)
vb
Public Function CalcHitInfo(
    pt As Point
) As BreadCrumbEditHitInfo

Parameters

NameTypeDescription
ptPoint

A Point structure that is the target location to be tested.

|

Returns

TypeDescription
DevExpress.XtraEditors.ViewInfo.BreadCrumbEditHitInfo

A DevExpress.XtraEditors.ViewInfo.BreadCrumbEditHitInfo object containing information on BreadCrumbEdit elements located at the target position.

|

See Also

BreadCrumbEdit Class

BreadCrumbEdit Members

DevExpress.XtraEditors Namespace