Skip to main content

BackstageViewControl.CalcHitInfo(Point) Method

Returns the hit info object for this BackstageViewControl. A hit info object provides means to identify which BackstageViewControl element is located at the target position.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public BackstageViewHitInfo CalcHitInfo(
    Point point
)

Parameters

Name Type Description
point Point

A Point structure that is the location for which the hit info should be returned.

Returns

Type Description
DevExpress.XtraBars.Ribbon.ViewInfo.BackstageViewHitInfo

A DevExpress.XtraBars.Ribbon.ViewInfo.BackstageViewHitInfo object.

See Also