Skip to main content

RecentItemControl.CalcHitInfo(Point) Method

Returns the object that contains hit info for the target position within the control.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public RecentControlHitInfo CalcHitInfo(
    Point p
)

Parameters

Name Type Description
p Point

A Point structure that specifies the RecentItemControl‘s coordinates for which the hit info should be obtained.

Returns

Type Description
DevExpress.XtraBars.Ribbon.ViewInfo.RecentControlHitInfo

A DevExpress.XtraBars.Ribbon.ViewInfo.RecentControlHitInfo object that contains hit info for the target position within the control.

See Also