RibbonHitInfo.InCaptionBar Property
Returns whether the test point is within the caption bar region.
Namespace: DevExpress.XtraBars.Ribbon.ViewInfo
Assembly: DevExpress.XtraBars.v25.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | true if the test point is within the caption bar region; otherwise, false. |
Remarks
The caption bar is an area shared with the RibbonForm‘s title bar that displays items from the RibbonControl.CaptionBarItemLinks collection.

See Also