Gets or sets the period of time, in milliseconds, the tool tip is displayed.
public int ToolTipSpan {get; set;}
'Declaration
Public Property ToolTipSpan As Integer
'Usage
Dim instance As TipNotify
Dim value As Integer
instance.ToolTipSpan = value
value = instance.ToolTipSpan
Property Value
A
System.Int32 value that indicates the period of time, in milliseconds, the tool tip is displayed. The default is
5000.