Target
This property determines whether the widget acts as a drag-and-drop target. Default
is False
.
Value |
Description |
---|---|
|
The widget can accept the contents of a source drag-and-drop widget, as well as files dragged from the Microsoft Windows Explorer. |
|
The widget is not a drag-and-drop target. |
Setting in ProcScript
The following statement defines the widget as both a drag source and a drop target.
$fieldproperties(DDFLD) = "source=true;target=true"