This feature enables Dynamic Label (DL) widgets in Panther to act as drop targets for files. When files are dropped onto a DL widget, their file paths are automatically populated into a designated destination field.
| Property Name | Description | 
|---|---|
PR_DROP_TARGET | 
      Enables the DL widget to act as a drop target. Must be set to PV_YES. | 
    
PR_DROP_DESTINATION | 
      Specifies the field that receives the dropped file paths. Optional. | 
PR_DROP_TARGET is set to PV_YES, the DL widget visually indicates it can accept dropped files.PR_DROP_DESTINATION is empty or unset, the DL itself becomes the destination field.PR_HIDDEN set to PV_YES or PV_ALWAYS.Drop Target property is shown in the Validation section of the Properties Window.Drop Destination property is shown below it whenYes is assigned to Drop TargetPI(drop-target)=Y <destination>
<destination> is optional.Y by a single space.Y.Y after the equals sign is ignored.