Skip to main content
A newer version of this page is available. .
Bar

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.v19.2.dll

Declaration

public void ShowHint()

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