Class CursorHandler
Inheritance
System.Object
    CursorHandler
  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.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public class CursorHandlerConstructors
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 | 
|---|
| 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 | 
|---|
| System.Boolean |