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

HitInfo Class

Contains information about a specific point within a dock panel.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v18.1.dll

Declaration

public class HitInfo

The following members accept/return HitInfo objects:

Remarks

HitInfo objects can be created by calling the dock panel’s DockPanel.GetHitInfo method. This method requires the test point as a parameter.

HitInfo class properties can be grouped into the logical categories listed below:

  • properties identifying the dock panel element that contains the test point. For instance, the HitInfo.Button property identifies the caption button located under the test point;
  • the HitInfo.HitTest property identifying the type of element located under the test point.

The following code snippets (auto-collected from DevExpress Examples) contain references to the HitInfo class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
HitInfo
See Also