Target

This property determines whether the widget acts as a drag-and-drop target. Default is False.

Target="True | False"

Value

Description

True

The widget can accept the contents of a source drag-and-drop widget, as well as files dragged from the Microsoft Windows Explorer.

False (default)

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"

Applies To

DropTarget