Freigeben über


CoreWebView2FindOptions.ShouldHighlightAllMatches Property

Definition

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

Property Value

Applies to