windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-viewinfo.md
Contains information about a specific point within a Ribbon Control.
Namespace : DevExpress.XtraBars.Ribbon.ViewInfo
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public class RibbonHitInfo
Public Class RibbonHitInfo
The following members return RibbonHitInfo objects:
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:
Object RibbonHitInfo
See Also