Back to Devexpress

OfficeNavigationBarHitInfo.HitTest Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-officenavigationbarhitinfo-6a10618f.md

latest1.5 KB
Original Source

OfficeNavigationBarHitInfo.HitTest Property

Gets or sets the visual element at the screen point.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public OfficeNavigationBarHitTest HitTest { get; set; }
vb
Public Property HitTest As OfficeNavigationBarHitTest

Property Value

TypeDescription
OfficeNavigationBarHitTest

A value that identifies the visual element at the screen point.

|

Available values:

NameDescription
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

OfficeNavigationBarHitInfo Class

OfficeNavigationBarHitInfo Members

DevExpress.XtraBars.Navigation Namespace