Method GetTextAt
GetTextAt(int, int)
Returns word at the specific text position.
public virtual string GetTextAt(int pos, int line)
Parameters
posintSpecifies an index of the line.
lineintSpecifies an index of character in the text string.
Returns
- string
Word found at the specified position.
GetTextAt(Point)
Returns word at the specific text position.
public virtual string GetTextAt(Point position)
Parameters
positionPointThe Point value that specifies position in the text.
Returns
- string
Word found at the specified position.