TileNavPane.CalcHitInfo(Point) Method
In This Article
Returns information on the TileNavPane element located at the specified point.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
pt | Point | A Point structure specifying the test point coordinates relative to the top-left corner of the Tile |
#Returns
Type | Description |
---|---|
DevExpress. |
A Tile |
#Remarks
Use the CalcHitInfo method to determine which element is located at the specified point. This method returns the TileNavPaneHitInfo object. Read the TileNavPaneHitInfo.HitTest property to get the TileNavPane‘s visual element to which the test point belongs.
See Also