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

StandaloneGallery.CalcHitInfo(Point) Method

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

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

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