[]
Specifies the behavior of the control as an OLE drag-drop target.
public enum DropModeEnum
| Name | Description |
|---|---|
| Automatic | The control automatically handles dropping of text or filename data. |
| Manual | The control fires drag-drop events that can be handled to provide drop target functionality. |
| None | The control can't be used as a drop target. |