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.v22.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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