Table of Contents

Method FindText

Namespace
DotNetBrowser.Frames
Assembly
DotNetBrowser.dll

FindText(string)

Returns a command that allows searching for the given text occurrence from the current caret position in the frame. If match found, this command will select it and scroll down to make it visible, if needed.

public static EditorCommand FindText(string text)

Parameters

text string

the text to search.

Returns

EditorCommand

The EditorCommand instance.

Exceptions

ArgumentException

Thrown when the text is null, empty or contain only white space.