property ComboBox.AutoDrag as AutoDragEnum
Gets or sets a value that indicates the way the component supports the AutoDrag feature.

TypeDescription
AutoDragEnum An AutoDragEnum expression that specifies what the control does once the user clicks and start dragging an item. 
By default, the AutoDrag property is exAutoDragNone(0). The AutoDrag feature indicates what the control does when the user clicks an item and starts dragging it. For instance, using the AutoDrag feature you can automatically lets the user to drag and drop the data to OLE compliant applications like Microsoft Word, Excel and so on. Also, you can use the AutoDrag property ( exAutoDragScroll + exAutoDragScrollOnShortTouch, or 4112 ) to let user scrolls the control's content when user touches a capacitive screen.

Once the drag and drop operation starts the mouse pointer is changed to MOVE cursor if the operation is possible, else if the Drag and Drop operation fails or if it is not possible, the mouse pointer is changed to NO cursor.

If using the AutoDrag property on:

the Drag and Drop starts only:

Use the AutoDrag property to allow Drag and Drop operations like follows: