Skip to main content

ZIndexControl.GetHitInfo(Point) Method

Returns information about the element located at the specified point.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public abstract HitInfo GetHitInfo(
    Point ptClient
)

Parameters

Name Type Description
ptClient Point

A Point structure which specifies the test point coordinates relative to the container’s top-left corner.

Returns

Type Description
HitInfo

A HitInfo object which contains information on the element at the test point.

Remarks

This member is abstract.

See Also