Method GetTextAt
GetTextAt(int, int)
Returns word at the specific text position.
public virtual string GetTextAt(int pos, int line)
Parameters
pos
intSpecifies index of character in the text string.
line
intSpecifies index of visible string.
Returns
Remarks
If there is no word under specified position, method returns empty string.
GetTextAt(Point)
Returns word at the specific text position.
public virtual string GetTextAt(Point position)
Parameters
position
PointThe Point value that specifies position in the text.
Returns
Remarks
If there is no word under specified position, method returns empty string.