CoreWebView2FindOptions.ShouldHighlightAllMatches Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the state of whether all matches are highlighted. Returns TRUE if all matches are highlighted, FALSE otherwise. Note: Changes to this property take effect only when Start, FindNext, or FindPrevious is called. Preferences for the session cannot be updated unless another call to the Start function on the server-side is made. Therefore, changes will not take effect until one of these functions is called.
public bool ShouldHighlightAllMatches { get; set; }
member this.ShouldHighlightAllMatches : bool with get, set
Public Property ShouldHighlightAllMatches As Boolean