Method ShowCaret
ShowCaret(int, int)
Moves the caret to the specified coordinates.
public virtual void ShowCaret(int x, int y)
Parameters
x
intSpecifies the new x-coordinate of the caret.
y
intSpecifies the new y-coordinate of the caret.
ShowCaret(double, double)
public virtual void ShowCaret(double x, double y)