OfficeNavigationBarHitInfo.HitTest Property
In This Article
Gets or sets the visual element at the screen point.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Office |
A value that identifies the visual element at the screen point. |
Available values:
Name | Description |
---|---|
Control | The point belongs to the control, but not a navigation item or the customization button. |
Item | The point belongs to a navigation item. |
Customization |
The point belongs to the customization button. |
See Also