Summary description for Cursors.
Inheritance
System.Object
DragCursors
Assembly: Syncfusion.Tools.Windows.dll
public class DragCursors : Object
Constructors
Declaration
Properties
Declaration
public static Cursor CopyCursor { get; }
Property Value
| Type |
| System.Windows.Forms.Cursor |
Declaration
public static Cursor DragCursor { get; }
Property Value
| Type |
| System.Windows.Forms.Cursor |
Declaration
public static Cursor NodropCursor { get; }
Property Value
| Type |
| System.Windows.Forms.Cursor |
Methods
Declaration
protected static Cursor GetCursor(string resourceName)
Parameters
| Type |
Name |
Description |
| System.String |
resourceName |
|
Returns
| Type |
| System.Windows.Forms.Cursor |