Accepted Drop Formats (DropFormat)

Specifies the drag-and-drop formats that can be used to use when dropping objects in this widget

DropFormat="DropFormatList"

Description

DropFormatList is a Uniface list (GOLD ; separated) of drag-and-drop format names.

Setting in ProcScript

$properties(FLD1) = "DropFormat=MyFormat2;DropActions=1!;Move;;;Cancel"

Tree Widget

In a tree widget, the drag-and-drop properties are associated with tree item types. The property name incorporates the index number of the defined tree item types. Thus DropFormat1 defines the drop formats for the first defined tree item type.

Related Topics