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.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
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