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

NavigationPane.CalcHitInfo(Point) Method

Returns the hit info for the page owned by this NavigationPane and located at the target coordinates.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public INavigationPageBase CalcHitInfo(
    Point pt
)

Parameters

Name Type Description
pt Point

A Point structure that is the NavigationPane coordinates for which page hit info should be returned.

Returns

Type Description
DevExpress.XtraBars.Navigation.INavigationPageBase

A DevExpress.XtraBars.Navigation.INavigationPageBase object that is the hit info for the NavigationPane page located at the target coordinates.

See Also