ComponentOne ComboBox for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1ComboBox Namespace / C1ComboBox Class / HighlightMatching Property

In This Topic
    HighlightMatching Property
    In This Topic
    A value that determines whether to highlight the keywords in an item. If "abc" is typed in the textbox, all "abc" matches are highlighted in the drop-down list. Default: true. Type: Boolean.
    Syntax
    'Declaration
     
    Public Property HighlightMatching As System.Boolean
    public System.bool HighlightMatching {get; set;}
    See Also