HighlightSearchResults Property
In This Topic
Gets or sets whether the search string is highlighted within located records. This property is obsolete. Use HighlightSearchResultsMode instead.
Syntax
'Declaration
Public Property HighlightSearchResults As Boolean
public bool HighlightSearchResults {get; set;}
See Also