Skybound VisualTips

VisualTipProvider.InitialDelay Property

Gets or sets the amount of time which passes, in milliseconds, before a tip is displayed.

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

Property Value

An Int32 value which specifies the amount of time which passes, in milliseconds, before a tip is displayed. The default value is SystemInformation.DoubleClickTime * 2.

See Also

VisualTipProvider Class | Skybound.VisualTips Namespace