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