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

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

Declaration

[DefaultValue(1000)]
public int ShowHintInterval { get; set; }

Property Value

Type Default Description
Int32 1000

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