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

RibbonHitInfo.InGalleryScrollBar Property

Gets whether the test point is over a gallery’s scroll bar.

Namespace: DevExpress.XtraBars.Ribbon.ViewInfo

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public bool InGalleryScrollBar { get; }

Property Value

Type Description
Boolean

true if the test point is over a gallery’s scroll bar; otherwise, false.

See Also