[]
Represents find text parameters.
public class C1FindTextParams
| Name | Description |
|---|---|
| C1FindTextParams(string, bool, bool) | Initializes a new instance of the C1FindTextParams class. |
| Name | Description |
|---|---|
| MatchCase | Gets a value indicating whether to match case. |
| Text | Gets the text to find. |
| WholeWord | Gets a value indicating whether to match whole words only. |