C1.Win.C1List.ListBase Namespace / C1ListBase Class / CellTipsDelay Property

In This Topic
CellTipsDelay Property (C1ListBase)
In This Topic
Determines the amount of time before the cell tip window is displayed.
Syntax
'Declaration
 
Public Property CellTipsDelay As Integer
 

Property Value

The default value is 500 milliseconds.
Remarks

Setting this property to zero does not disable cell tips, but restores the default value of 500. To disable cell tips, set the CellTips property to NoCellTips.

See Also