TcxDragDropSettings.DefaultDropEffect Property
Specifies the default action to be performed when a shell item is dragged and dropped to a shell control.
Declaration
property DefaultDropEffect: TcxDropEffect read; write; default deMove;
Property Value
Type | Default |
---|---|
TcxDropEffect | deMove |
Remarks
Normally, an end-user holds down specific keys to select the action to be performed on a source shell item when a drag-and-drop operation completes. If no keys were held down during the operation, then the resulting action is specified by the target shell control’s DefaultDropEffect property. Note that if the value of this property does not have a matching flag value set in the source shell control’s DropEffect property, the drop operation will fail to complete, as the target shell control will not accept it.
The default value of the DefaultDropEffect property is deMove.
See Also