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

In This Topic
    CellTips Property (C1Combo)
    In This Topic
    Determines whether the list displays a pop-up text window when the cursor is idle.
    Syntax
    'Declaration
     
    
    Public Property CellTips As CellTipEnum
    public CellTipEnum CellTips {get; set;}
    See Also