Skybound VisualTips

VisualTipProvider.ReshowDelay Property

Gets or sets the amount of time which must pass, in milliseconds, before a tip is displayed when the mouse is moved from one component to another.

[Visual Basic]
Public Property ReshowDelay As Integer
[C#]
public int ReshowDelay {get; set;}

Property Value

An Int32 value which specifies the amount of time which passes, before a tip is displayed when the mouse is moved from one component to another. The default value is SystemInformation.DoubleClickTime.

See Also

VisualTipProvider Class | Skybound.VisualTips Namespace