DragStyle determines how a component can be dragged
Member of Control (PRIM_CTRL)
Data Type - Enumeration
The DragStyle property determines whether a control can be the source of a drag and drop process.
Enum Value | Description |
---|---|
Aggregated | The control will defer the start of the drag and drop process to its parent. The StartDrag event will fire for the parent control |
Automatic | The control will not start a drag and drop process. The StartDrag event will fire for this control |
None | The control will not start a drag and drop process |
Febuary 18 V14SP2