OfficeNavigationBarHitInfo.HitTest Property
Gets or sets the visual element at the screen point.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
| Type | Description |
|---|---|
| OfficeNavigationBarHitTest | 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. |
| CustomizationButton | The point belongs to the customization button. |
See Also