ShowCaret Method
ShowCaret(Double, Double)
Moves the caret to the specified coordinates.
Declaration
public virtual void ShowCaret(double x, double y)
Parameters
Type | Name | Description |
---|---|---|
Double | x | Specifies the new x-coordinate of the caret. |
Double | y | Specifies the new y-coordinate of the caret. |