Skip to main content
A newer version of this page is available. .

BreadCrumbEdit.CalcHitInfo(Point) Method

Returns information on BreadCrumbEdit elements located at the target position.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public BreadCrumbEditHitInfo CalcHitInfo(
    Point pt
)

Parameters

Name Type Description
pt Point

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

Returns

Type Description
DevExpress.XtraEditors.ViewInfo.BreadCrumbEditHitInfo

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

See Also