Skip to content

Crtl-F WPF Instance #4356

Answered by amaitland
mbowles201 asked this question in Q&A
Jan 6, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

They all mention WinForms.

The fundamentals are the same for WPF.

  1. Implement IFindHandler

  2. Assign instance of IFindHandler

chromiumWebBrowser.FindHandler = new MyFindHandler();
  1. Call the Find method to initiate the find with the result being passed to OnFindResult.

It's up to developers to provide their own UI if required.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mbowles201
Comment options

Answer selected by mbowles201
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants