Method ShowCaret NamespaceAlternet.Editor AssemblyAlternet.Editor.v9.dll ShowCaret(int, int) Moves the caret to the specified coordinates. public virtual void ShowCaret(int x, int y) Parameters x int Specifies the new x-coordinate of the caret. y int Specifies the new y-coordinate of the caret.