Table of Contents

Method ShowCaret

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v10.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.

ShowCaret(double, double)

public virtual void ShowCaret(double x, double y)

Parameters

x double
y double