RibbonHitTest Enum
Lists values that identify a Ribbon Control’s elements.
Namespace: DevExpress.XtraBars.Ribbon.ViewInfo
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Members
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). |
#Related API Members
The following properties accept/return RibbonHitTest values:
#Remarks
The values listed by this enumeration are returned by the RibbonHitInfo.HitTest property of a RibbonHitInfo object. RibbonHitInfo objects can be created by calling the RibbonControl.CalcHitInfo and RibbonStatusBar.CalcHitInfo methods.