WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CursorHandler

    Show / Hide Table of Contents

    Class CursorHandler

    Inheritance
    System.Object
    CursorHandler
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public class CursorHandler

    Constructors

    CursorHandler()

    Declaration
    public CursorHandler()

    Methods

    GetCursorPos(out CursorHandler.POINT)

    Declaration
    public static bool GetCursorPos(out CursorHandler.POINT lpPoint)
    Parameters
    Type Name Description
    CursorHandler.POINT lpPoint
    Returns
    Type Description
    System.Boolean

    SetCursorPos(Int32, Int32)

    Declaration
    public static bool SetCursorPos(int x, int y)
    Parameters
    Type Name Description
    System.Int32 x
    System.Int32 y
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved