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

ZIndexControl.GetHitInfo(Point) Method

Returns information about the element located at the specified point.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.2.dll

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