Method SetCaretPos
SetCaretPos(int, int)
Moves the caret to the specified coordinates.
public static bool SetCaretPos(int x, int y)
Parameters
x
intSpecifies the new x-coordinate of the caret.
y
intSpecifies the new y-coordinate of the caret.
Returns
- bool
True if succeed; otherwise false.