FindString |
Top Previous Next |
Searches the text plane for the target string. If found, returns an Position object containing the target location. If not found, returns a null. The TargetString must be completely contained by the target area for the search to be successful. Null characters in the text plane are treated as blank spaces during search processing.
VB.NET
[Position =] Screen.FindString(TargetString As String, startPos As Position, length As Integer, dir As OHIO_DIRECTION, IgnoreCase As Boolean)
C#
[Position =] Screen.FindString(string targetString, Position startPos, int length, int dir, bool ignoreCase);
Parameters
|