Skip to content

Commit 9d9ef6d

Browse files
authored
Update FindOnPage.md
consolidate examples
1 parent b88741d commit 9d9ef6d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

FindOnPage.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ completed or not, whether the match count has changed, and whether the match ind
1313
#### Description
1414
To initiate a find operation within a WebView2 control, developers can utilize the `StartFindOnPage` method.
1515
This method allows specifying the find term and configuring other find parameters using the `ICoreWebView2FindConfiguration` interface.
16+
When StartFind is called while a find session is currently active, it will navigate the active match index forwards or backwards depending
17+
on the direction specified within the find configuration.
1618

1719
#### Create/Specify a Find Configuration
1820
```cpp
@@ -301,7 +303,6 @@ bool AppWindow::FindNext()
301303
#### Description
302304
To navigate to the previous match found during a find operation within a WebView2 control, developers can use the `FindPrevious` method.
303305

304-
305306
```cpp
306307
//! [FindPrevious]
307308
bool AppWindow::FindPrevious()

0 commit comments

Comments
 (0)