TdxShellBreadcrumbEditProperties.AllowDragDrop Property
Specifies if the shell breadcrumb control supports OLE drag-and-drop operations.
Declaration
property AllowDragDrop: Boolean read; write; default False;
Property Value
Type | Default | Description |
---|---|---|
Boolean | False | True if users can drag objects to/from the shell breadcrumb control; otherwise, False. |
Remarks
Set this property to True to enable support for OLE drag and drop.
The AllowDragDrop
property’s default value is False
.
See Also