WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ICursorManager - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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 Description
    ICursorGraphicalCoordinates

    CursorPhysicalCoordinates

    Gets the physical coordinates of the cursor.

    Declaration
    ICursorPhysicalCoordinates CursorPhysicalCoordinates { get; }
    Property Value
    Type Description
    ICursorPhysicalCoordinates

    CursorVirtualCoordinates

    Gets the virtual coordinates of the cursor.

    Declaration
    ICursorVirtualCoordinates CursorVirtualCoordinates { get; }
    Property Value
    Type Description
    ICursorVirtualCoordinates

    Owner

    Gets the control, that is the owner of the cursor and also controls its visibility.

    Declaration
    Control Owner { get; }
    Property Value
    Type Description
    System.Windows.Forms.Control

    PositionConverter

    Gets the Converter positions.

    Declaration
    IPositionConverter PositionConverter { get; }
    Property Value
    Type Description
    IPositionConverter

    Visible

    Gets or sets the visibility of the cursor.

    Declaration
    bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Update()

    Updates the parameters of cursor.

    Declaration
    void Update()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved