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

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.v19.1.dll

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