Skip to content

Commit 571626f

Browse files
authored
Update FindOnPage.md
updated description of find next and previous to clarify that they dont update properties
1 parent 3ed7d68 commit 571626f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FindOnPage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ runtimeclass CoreWebView2FindOptions : [default]ICoreWebView2FindOptions {}
550550

551551
/// Gets or sets the state of whether all matches are highlighted.
552552
/// 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.
553+
/// Note: Changes to this property take effect only when StartFind is called.
554554
/// Preferences for the session cannot be updated unless another call to the StartFind function on the server-side is made.
555555
/// Therefore, changes will not take effect until one of these functions is called.
556556
Boolean ShouldHighlightAllMatches { get; set; };

0 commit comments

Comments
 (0)