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