We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4de44af commit b3b07aeCopy full SHA for b3b07ae
1 file changed
FindOnPage.md
@@ -67,11 +67,9 @@ bool AppWindow::ConfigureAndExecuteFind(const std::wstring& searchTerm)
67
return S_OK;
68
})
69
.Get()));
70
- CHECK_FAILURE(webView2find->FindNext());
71
72
- CHECK_FAILURE(webView2find->FindPrevious());
73
- CHECK_FAILURE(webView2find->StopFind());
74
-
+ // End user will now be able to interact with default Find UX
+ // using the built in navigation buttons and Find filters to
+ // customize their search.
75
return true;
76
}
77
//! [ConfigureAndExecuteFind]
0 commit comments