BarItemLink.ShowHint() Method
Moves the mouse pointer to the current link and shows the hint for the bar item which the link corresponds to.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Remarks
The ShowHint method moves the mouse pointer to the bar item link and shows its hint. The hint is specified by the BarItem.Hint property of the bar item to which the current link corresponds.
See Also