Skip to main content

RibbonHitInfo.HitPoint Property

Gets or set the test point.

Namespace: DevExpress.XtraBars.Ribbon.ViewInfo

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public Point HitPoint { get; set; }

Property Value

Type Description
Point

A Point structure that specifies test point coordinates relative to the Ribbon Control’s top-left corner.

See Also