[]
Initializes a new instance of the C1FindTextParams class.
public C1FindTextParams(string text, bool wholeWord, bool matchCase)
Type | Name | Description |
---|---|---|
string | text | The text to find. |
bool | wholeWord | Indicates whether to match whole words only. |
bool | matchCase | Indicates whether to match case. |