ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.SuperTooltip Namespace / C1SuperTooltipBase Class / UseCellTips Property

In This Topic
    UseCellTips Property (C1SuperTooltipBase)
    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 System.Boolean
    public System.bool UseCellTips {get; set;}
    See Also