Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TipNotify Class / ToolTipSpan Property


ToolTipSpan Property
Gets or sets the period of time, in milliseconds, the tool tip is displayed.
Syntax
'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.
Exceptions
ExceptionDescription
The assigned value is less than 0.
Remarks
If the value is set to 0, the action uses a value of 5000.
See Also