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