Interface ICursor
Namespace: Telerik.WinForms.Documents.UI.Adorner
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public interface ICursor
Methods
SetAngle(Double)
Sets the angle of the cursor for
Declaration
void SetAngle(double angleDegrees)
Parameters
System.Double
angleDegrees
|
SetPos(Double, Double)
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
Declaration
void SetPos(double x, double y)
Parameters
System.Double
x
|
System.Double
y
|
Show(CursorType)
Shows the specified cursor type. CursorType==None draws no cursor
Declaration
void Show(CursorType type)
Parameters
CursorType
type
the type of the cursor to show |