File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -550,7 +550,7 @@ runtimeclass CoreWebView2FindOptions : [default]ICoreWebView2FindOptions {}
550
550
551
551
/// Gets or sets the state of whether all matches are highlighted.
552
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.
553
+ /// Note: Changes to this property take effect only when StartFind is called.
554
554
/// Preferences for the session cannot be updated unless another call to the StartFind function on the server-side is made.
555
555
/// Therefore, changes will not take effect until one of these functions is called.
556
556
Boolean ShouldHighlightAllMatches { get ; set ; };
You can’t perform that action at this time.
0 commit comments