ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / IComboBox Interface / ShowTooltip Property

In This Topic
    ShowTooltip Property (IComboBox)
    In This Topic
    Gets or sets a value that indicates whether the C1ComboBox displays a tooltip for the highlighted drop-down list item or not.
    Syntax
    'Declaration
     
    
    Property ShowTooltip As Boolean
    bool ShowTooltip {get; set;}
    See Also