Control - DragStyle Property

DragStyle determines how a component can be dragged

Member of Control (PRIM_CTRL)

Data Type - Enumeration

Details

The DragStyle property determines whether a control can be the source of a drag and drop process.

Allowed Values

Enum ValueDescription
AggregatedThe control will defer the start of the drag and drop process to its parent. The StartDrag event will fire for the parent control
AutomaticThe control will not start a drag and drop process. The StartDrag event will fire for this control
NoneThe control will not start a drag and drop process


 
 

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2