TcxDragDropSettings Class
In This Article
Stores settings controlling the drag-and-drop behavior of the shell controls.
#Declaration
Delphi
TcxDragDropSettings = class(
TPersistent
)
#Remarks
This class contains the drag-and-drop settings for the shell controls. These settings specify: whether drag-and-drop operations are allowed within a shell control, the drop effects during drag-and-drop.
You can access these settings via a shell control’s DragDropSettings property.
#Inheritance
TObject
TPersistent
TcxDragDropSettings
See Also