Back to Devexpress

HitInfo Class

windowsforms-devexpress-dot-xtrabars-dot-docking-9e925a74.md

latest2.1 KB
Original Source

HitInfo Class

Contains information about a specific point within a dock panel.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class HitInfo
vb
Public Class HitInfo

The following members 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.

Inheritance

Object HitInfo

See Also

HitInfo Members

DevExpress.XtraBars.Docking Namespace