RibbonHitInfo.HitTest Property
Gets a value which identifies the type of the visual element located under the test point.
Namespace: DevExpress.XtraBars.Ribbon.ViewInfo
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public RibbonHitTest HitTest { get; set; }
#Property Value
Type | Description |
---|---|
Ribbon |
A Ribbon |
Available values:
Name | Description |
---|---|
None | The test point does not belong to any visual element or is outside a Ribbon Control. |
Caption |
The test point belongs to the caption bar - an area shared with the Ribbon |
Header |
The test point belongs to a header panel. |
Page |
The test point belongs to a page header. |
Page |
The test point belongs to a page category‘s header. |
Panel | The test point belongs to a group panel. |
Page |
The test point belongs to a page group. |
Page |
The test point belongs to the caption of a page group. |
Page |
The test point belongs to the caption button of a page group. |
Item |
The test point belongs to a bar item separator. |
Item | The test point belongs to a Items and Item Links. |
Item |
The test point belongs to a bar item’s drop down button. |
Toolbar | The test point belongs to a Quick Access Toolbar. |
Application |
The test point belongs to the Application Button. |
Gallery | The test point belongs to a Gallery. |
Gallery |
The test point belongs to a Gallery item. |
Gallery |
The test point belongs to a Gallery group. |
Gallery |
The test point belongs to the Up button which is used to scroll up a Gallery’s content. |
Gallery |
The test point belongs to the Down button which is used to scroll down a Gallery’s content. |
Gallery |
The test point belongs to the left scroll button which is used to scroll a Gallery’s content to the left. |
Gallery |
The test point belongs to the right scroll button which is used to scroll a Gallery’s content to the right. |
Gallery |
The test point belongs to the Dropdown button which is used to invoke an In-Ribbon Gallery’s Dropdown Gallery. |
Gallery |
The test point belongs to a Dropdown Gallery’s Sizing panel. |
Gallery |
The test point belongs to the size grip. |
Gallery |
The test point belongs to the Filter panel within a Dropdown Gallery. |
Gallery |
The test point belongs to the image within a Gallery item. |
Status |
The test point belongs to a Ribbon Status Bar. |
Page |
The test point belongs to the left page scroll button. |
Page |
The test point belongs to the right page scroll button. |
Panel |
The test point belongs to the left scroll button used to scroll through a page’s contents. |
Panel |
The test point belongs to the right scroll button used to scroll through a page’s contents. |
Form |
The test point belongs to a Ribbon form’s caption. |
Form |
The test point belongs to the Close button in the top-right corner of a Ribbon form. |
Form |
The test point belongs to the Minimize button in the top-right corner of a Ribbon form. |
Form |
The test point belongs to the Full-Screen Mode button (see Ribbon |
Form |
The test point belongs to the Maximize button in the top-right corner of a Ribbon form. |
Form |
The test point belongs to the Help button in the top-right corner of a Ribbon form. |
Full |
The test point belongs to the bar at the top window edge to which a Ribbon Control with an Office 2013 style applied (see the Ribbon |
System |
The test point belongs to the system menu area. |
Message |
The test point belongs to a message bar (Office 365 style). |