TipInterval Property (DropDownCalendarInfo)
Gets or sets the interval before showing holiday tooltips when the mouse hovers over an item.
public int TipInterval {get; set;}
'Declaration
Public Property TipInterval As Integer
'Usage
Dim instance As DropDownCalendarInfo
Dim value As Integer
instance.TipInterval = value
value = instance.TipInterval
Property Value
An
int value that indicates the interval of holiday tooltips.
The default is
500.