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

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

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