HighlightMatching Property
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.
public System.bool HighlightMatching {get; set;}
'Declaration
Public Property HighlightMatching As System.Boolean