RibbonHitInfo.InCaptionBar Property
Returns whether the test point is within the caption bar region.
Namespace: DevExpress.XtraBars.Ribbon.ViewInfo
Assembly: DevExpress.XtraBars.v26.1.dll
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