TdxCustomShellListView.AllowDragDrop Property
In This Article
Specifies if OLE drag-and-drop operations are enabled in the Shell List View control.
#Declaration
Delphi
property AllowDragDrop: Boolean read; write;
#Property Value
Type | Description |
---|---|
Boolean | If |
#Remarks
The AllowDragDrop
property’s default value is True
.
See Also