Skip to main content
A newer version of this page is available. .

LookUpEditSearchHighlightEventArgs.HighlightFirst Method

Name Parameters Description
HighlightFirst(CompareOptions) compareOptions In every data field value, selects the first found text portion that matches the user text.
HighlightFirst(String, CompareOptions) text, compareOptions In every data field value, selects the first found text sequence if it matches the user text.
HighlightFirst(String, String, CompareOptions) fieldName, text, compareOptions Selects the first found text sequence if it matches the user text and belongs to the specific data field.
HighlightFirst(String[], String, CompareOptions) fieldNames, text, compareOptions Selects the first found text portion that matches the user text and belongs to any of the given data fields.