Back to Devexpress

NavBarControl.ShowHintInterval Property

windowsforms-devexpress-dot-xtranavbar-dot-navbarcontrol-f993bd91.md

latest1.7 KB
Original Source

NavBarControl.ShowHintInterval Property

Gets or sets the time interval after the mouse pointer stops over an element and before its hint is displayed.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public int ShowHintInterval { get; set; }
vb
Public Property ShowHintInterval As Integer

Property Value

TypeDefaultDescription
Int321000

An integer value specifying the time interval in milliseconds.

|

Remarks

Hints are displayed after an end-user holds the mouse pointer over an element for a time interval specified via the ShowHintInterval property. Note that the mouse pointer doesn’t have to be frozen for this period of time. The only condition is that the mouse pointer must be inside the element’s area.

See Also

ShowGroupHint

ShowLinkHint

Hint

NavBarControl Class

NavBarControl Members

DevExpress.XtraNavBar Namespace