EditorCommandFindText Method |
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.
Namespace:
DotNetBrowser.Frames
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax public static EditorCommand FindText(
string text
)
Parameters
- text
- Type: SystemString
the text to search.
Return Value
Type:
EditorCommandThe
EditorCommand instance.
Exceptions Exception | Condition |
---|
ArgumentException |
Thrown when the text is null, empty or contain only white
space.
|
See Also