Skip to main content

AutoHideContainer.GetHitInfo(Point) Method

Returns information about the container’s element located at the specified point.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override 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 about the auto hide container’s element at the test point.

Remarks

Use theGetHitInfo method to obtain details on the element located at the specified point within the auto hide container. The ptClient parameter should specify the point relative to the container’s top left corner. Read the HitInfo.HitTest property of the returned object to identify the element’s type.

See Also