Skip to main content

StepProgressBar.CalcHitInfo(Point) Method

Returns the Hit Info object that allows you to determine which Step Progress Bar element is located under the test point.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public StepProgressBarHitInfo CalcHitInfo(
    Point clientPoint
)

Parameters

Name Type Description
clientPoint Point

Coordinates of the test point.

Returns

Type Description
DevExpress.XtraEditors.ViewInfo.StepProgressBarHitInfo

The Hit Info object related to the test point.

See Also