Skip to main content

StandaloneGallery.CalcHitInfo(Point) Method

Returns information on the StandaloneGallery‘s elements located at the specified point.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
public RibbonHitInfo CalcHitInfo(
    Point pt
)

Parameters

Name Type Description
pt Point

A Point structure which specifies the test point coordinates relative to the StandaloneGallery‘s top-left corner.

Returns

Type Description
RibbonHitInfo

An object which contains information about the visual elements located at the test point.

See Also