Skip to main content

NavBarHitInfo(NavBarControl) Constructor

Creates a new instance of the NavBarHitInfo class.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v24.1.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

public NavBarHitInfo(
    NavBarControl navBar
)

Parameters

Name Type Description
navBar NavBarControl

A NavBarControl object specifying the control for which the object is created.

Remarks

The NavBarHitInfo object allows you to determine the section of a NavBarControl using test point coordinates. Thus it requires the control as a constructor parameter.

This method is not designed to be used directly from your code. A NavBarHitInfo object is created and returned by the NavBarControl.CalcHitInfo method.

See Also