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