Class ScrollableCursorManager
Represents a class that contains cursor manager that supports scrolling.
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Edit.Implementation
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public class ScrollableCursorManager : CursorManager, ICursorManager, ICursorVirtualCoordinates, ICursorPhysicalCoordinates, ICursorGraphicalCoordinates, IDisposable
Constructors
ScrollableCursorManager(HybridScrollControl, IPositionConverter)
Initializes a new instance of the ScrollableCursorManager class.
Declaration
public ScrollableCursorManager(HybridScrollControl owner, IPositionConverter converter)
Parameters
Type | Name | Description |
---|---|---|
HybridScrollControl | owner | Owner of the cursor. |
IPositionConverter | converter | IPositionConverter. |
Methods
Dispose()
Disposes cursor manager and detaches all event handlers.
Declaration
public override void Dispose()
Overrides
UpdatePosition()
Updates position of the cursor.
Declaration
protected override void UpdatePosition()
Overrides
UpdateVisibility()
Updates visibility of the cursor.
Declaration
protected override void UpdateVisibility()
Overrides
Implements
System.IDisposable