Description
This enum lists the cursor types that may be used while dragging.
Visual Basic
Public Enum DragCursor Normal None Selection End Enum
C#
public enum DragCursor { Normal, None, Selection }
Members
Members | Description |
---|---|
Normal | Normal drag cursor. |
None | No cursor type. |
Selection | Selection drag cursor. |