Skip to main content

TdxShellTreeViewControlOptionsBehavior.AllowDragDrop Property

Specifies if OLE drag-and-drop operations are enabled in the Shell Tree View control.

Declaration

property AllowDragDrop: Boolean read; write; default True;

Property Value

Type Default Description
Boolean True

If True, users can drag objects to/from the Shell Tree View control. If False, OLE drag-and-drop operations are disabled.

Remarks

The AllowDragDrop property’s default value is True.

See Also