openwebkitsharp Text Search function

79 Views Asked by At

I am trying to implement a Text Search function. Is there a Find function in openwebkitsharp. I tried

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

The Visual Studio IDE couldn't find the Find function. Am i missing an assembly reference or something else.

0

There are 0 best solutions below