ComponentOne List for WinForms
C1.Win.C1List Namespace / C1List Class / CellTipsDelay Property

In This Topic
    CellTipsDelay Property (C1List)
    In This Topic
    Determines the amount of time before the cell tip window is displayed.
    Syntax
    'Declaration
     
    
    Public Property CellTipsDelay As Integer
    public int CellTipsDelay {get; set;}

    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