C1.Web.Wijmo.Controls.45 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
 
See Also