Skip to main content
A newer version of this page is available. .

RibbonHitInfo.InCaptionBar Property

Returns whether the test point is within the caption bar region.

Namespace: DevExpress.XtraBars.Ribbon.ViewInfo

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public bool InCaptionBar { get; }

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.

Ribbon - Caption Links

See Also