 
       wx.DragResultΒΆ
  wx.DragResultΒΆThe DragResult enumeration provides the following values:
| Description | Value | 
|---|---|
| DragError | Error prevented the D&Doperation from completing. | 
| DragNone | Drag target didn’t accept the data. | 
| DragCopy | The data was successfully copied. | 
| DragMove | The data was successfully moved (MSW only). | 
| DragLink | Operation is a drag-link. | 
| DragCancel | The operation was cancelled by user (not an error). |