Interface ICursorManager
Provides the functionality for cursor manager.
Namespace: Syncfusion.Windows.Forms.Edit.Interfaces
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public interface ICursorManager
Properties
CursorGraphicalCoordinates
Gets the graphical coordinates of the cursor.
Declaration
ICursorGraphicalCoordinates CursorGraphicalCoordinates { get; }
Property Value
Type |
---|
ICursorGraphicalCoordinates |
CursorPhysicalCoordinates
Gets the physical coordinates of the cursor.
Declaration
ICursorPhysicalCoordinates CursorPhysicalCoordinates { get; }
Property Value
Type |
---|
ICursorPhysicalCoordinates |
CursorVirtualCoordinates
Gets the virtual coordinates of the cursor.
Declaration
ICursorVirtualCoordinates CursorVirtualCoordinates { get; }
Property Value
Type |
---|
ICursorVirtualCoordinates |
Owner
Gets the control, that is the owner of the cursor and also controls its visibility.
Declaration
Control Owner { get; }
Property Value
Type |
---|
System.Windows.Forms.Control |
PositionConverter
Gets the Converter positions.
Declaration
IPositionConverter PositionConverter { get; }
Property Value
Type |
---|
IPositionConverter |
Visible
Gets or sets the visibility of the cursor.
Declaration
bool Visible { get; set; }
Property Value
Type |
---|
System.Boolean |
Methods
Update()
Updates the parameters of cursor.
Declaration
void Update()