Argument | Description |
| |
TextToFind | Required. A String value. The text string you want to locate. |
Left | Required. A Variant value. The left coordinate of the search area within the window or screen. |
Top | Required. A Variant value. The top coordinate of the search area within the window or screen. |
Right | Required. A Variant value. The right coordinate of the search area within the window or screen. |
Bottom | Required. A Variant value. The bottom coordinate of the search area within the window or screen.
Note: Set the Left, Top, Right, and Bottom coordinates to -1 to search for the text string within the object’s entire window.
|
MatchWholeWordOnly | Optional. A Boolean value. If True, the method searches for occurrences that are whole words only and not part of a larger word. If False, the method does not restrict the results to occurrences that are whole words only. Default value = True
|