The TextFindCriteria type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TextFindCriteria()()()() |
Create a TextFindCriteria object with default properties.
| |
| TextFindCriteria(String, Boolean, Boolean) |
Create a TextFindCriteria object with given properties.
| |
| TextFindCriteria(String, Boolean, Boolean, Boolean) |
Create a TextFindCriteria object with given properties.
|
Properties
| Name | Description | |
|---|---|---|
| Backwards |
Search backwards. (default = false)
| |
| MatchCase |
Match case. (default = false)
| |
| MatchWholeWord |
Match whole word only. (default = false)
| |
| Text |
Find this text. (default = [null])
|