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

NavBarHitInfo(NavBarControl) Constructor

Creates a new instance of the NavBarHitInfo class.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.1.dll

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