Articles in this section
Category / Section

How to search for a given text in the current document loaded in the WinForms HTMLUIControl?

1 min read

Search the specific text

The specified text to be searced for in the current document of the HTMLUI control can be found using the DisplayFindForm method of the HTMLUI control.

'Ctrl+F' is the keyboard shortcut for displaying the find dialog box.

C#

this.htmluiControl1.DisplayFindForm();

 

VB

Me.htmluiControl1.DisplayFindForm()

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied