Skip to main content

RibbonHitInfo.InGalleryScrollBar Property

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

Namespace: DevExpress.XtraBars.Ribbon.ViewInfo

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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