The TextFindCriteria type exposes the following members.

Constructors

  NameDescription
Public methodTextFindCriteria()()()()
Create a TextFindCriteria object with default properties.
Public methodTextFindCriteria(String, Boolean, Boolean)
Create a TextFindCriteria object with given properties.
Public methodTextFindCriteria(String, Boolean, Boolean, Boolean)
Create a TextFindCriteria object with given properties.

Properties

  NameDescription
Public propertyBackwards
Search backwards. (default = false)
Public propertyMatchCase
Match case. (default = false)
Public propertyMatchWholeWord
Match whole word only. (default = false)
Public propertyText
Find this text. (default = [null])

See Also