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