We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ed7d68 commit 571626fCopy full SHA for 571626f
1 file changed
FindOnPage.md
@@ -550,7 +550,7 @@ runtimeclass CoreWebView2FindOptions : [default]ICoreWebView2FindOptions {}
550
551
/// Gets or sets the state of whether all matches are highlighted.
552
/// Returns TRUE if all matches are highlighted, FALSE otherwise.
553
- /// Note: Changes to this property take effect only when StartFind, FindNext, or FindPrevious is called.
+ /// Note: Changes to this property take effect only when StartFind is called.
554
/// Preferences for the session cannot be updated unless another call to the StartFind function on the server-side is made.
555
/// Therefore, changes will not take effect until one of these functions is called.
556
Boolean ShouldHighlightAllMatches { get; set; };
0 commit comments