Exemple #1
0
 public int Find(string searchText, bool forward) => Chromium.Find(searchText, forward);
Exemple #2
0
 public int Find(string searchText) => Chromium.Find(searchText);
Exemple #3
0
 public int Find(string searchText, bool forward, bool matchCase) => Chromium.Find(searchText, forward, matchCase);