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 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

                
                

See also

All Component Classes

Technical Reference

LANSA Version 15, April 2020