[]
Gets or sets a value that indicates whether to highlight matched text in the candidate list.
public bool HighlightMatchedText { get; set; }
Public Property HighlightMatchedText As Boolean
Type | Description |
---|---|
bool | A bool value, true to highlight matched text in the candidate list; otherwise, false. |