TcxDragDropSettings.AllowDragObjects Property
Determines whether the drag-and-drop operations are allowed for a shell control.
Declaration
property AllowDragObjects: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Use the AllowDragObjects to determine whether the drag-and-drop operations are available to an end-user. If this property value is True, then a user can drag objects between a shell control and any program that supports OLE drag-and-drop operations.
See Also