Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RibbonHitInfo Class

Contains information about a specific point within a Ribbon Control.

Namespace: DevExpress.XtraBars.Ribbon.ViewInfo

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public class RibbonHitInfo

#Remarks

RibbonHitInfo objects can be created by calling the Ribbon Control’s RibbonControl.CalcHitInfo method. This method takes the test point as a parameter.

The properties provided by the RibbonHitInfo class can be grouped into two categories:

  • the properties that identify the visual element which contains the test point. For instance, the RibbonHitInfo.InPageGroup property identifies whether the page group contains the test point;
  • the RibbonHitInfo.HitTest property which allows the type of visual element located under the test point to be identified.

#Inheritance

Object
RibbonHitInfo
See Also