New to Telerik UI for WinFormsStart a free 30-day trial

ICursor

Interface

Definition

Namespace:Telerik.WinForms.Documents.UI.Adorner

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public interface ICursor

Methods

Sets the angle of the cursor for

C#
void SetAngle(double angleDegrees)
Parameters:angleDegreesdouble

Sets the position of the cursor relative to the cursor plane, that holds all adorner controls as well No-op for system cursors, which always follow the mouse

C#
void SetPos(double x, double y)
Parameters:xdoubleydouble

Shows the specified cursor type. CursorType==None draws no cursor

C#
void Show(CursorType type)
Parameters:typeCursorType

the type of the cursor to show