[]
Starts searching text with the specified parameters.
public void SearchText(string text, bool matchWholeWord, bool matchCase, bool searchUp)
Public Sub SearchText(text As String, matchWholeWord As Boolean, matchCase As Boolean, searchUp As Boolean)
| Type | Name | Description |
|---|---|---|
| string | text | |
| bool | matchWholeWord | |
| bool | matchCase | |
| bool | searchUp |