openwebkitsharp文本搜索功能

时间:2013-11-25 07:36:31

标签: c# winforms open-webkit-sharp

我正在尝试实现文本搜索功能。 openwebkitsharp中是否有Find函数。我试过了

uint totalmatches; 
webKitBrowser1.Find(textBox1.Text, out totalmatches);

Visual Studio IDE无法找到Find功能。我错过了汇编参考或其他内容。

0 个答案:

没有答案
相关问题