Skip to content

Commit 866f3fe

Browse files
authored
Update FindOnPage.md
Added more to description
1 parent 27cc5a1 commit 866f3fe

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

FindOnPage.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
## Background
44

55
The WebView2Find API provides methods and events to support text finding and navigation within a WebView2 control.
6-
It allows developers to initiate find operations, navigate between find results, and customize various find configurations.
6+
It allows developers to programmatically initiate find operations, navigate between find results, supress default UI, customize various find configurations
7+
such as query, direction of search, match case, match word, etc. Also enables developers to track the status of ongoing operations such as whether a find session has
8+
completed or not, whether the match count has changed, and whether the match index has changed.
79

810
## Examples
911

0 commit comments

Comments
 (0)