ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1ComboBox Class / ShowTooltip Property

In This Topic
    ShowTooltip Property
    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
     
    Public Property ShowTooltip As Boolean
    public bool ShowTooltip {get; set;}
    See Also