Description
Returns/sets the hint text delay time.
Usage
[form.][control.]TooltipDelayTime[ = Long]
Data Type
Long
Default
10000
Remarks
This property sets or returns the control tooltip delay time. Delay time is showing time paused over and stopped on the control, as milliseconds. it is a global property to all tooltips, these property dependences on EnableToolTip property.
Refer to IndicatorToolTip property, and see also related properties above.
Sample
ColorPicker1.TooltipDelayTime = 5000;// delay time about 5 sec.