user2018756
user2018756

Reputation: 337

openwebkitsharp Text Search function

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.

Upvotes: 2

Views: 80

Answers (0)

Related Questions