Input for WinForms | ComponentOne
C1.Win.SuperTooltip Namespace / C1SuperTooltipBase Class / UseCellTips Property

In This Topic
    UseCellTips Property
    In This Topic
    Gets or sets a value indicating whether the tooltip should display ToolTipText of Microsoft's ListView items or Microsoft's DataGridView cells.
    Syntax
    'Declaration
     
    
    Public Property UseCellTips As Boolean
    public bool UseCellTips {get; set;}
    See Also