For each drag operation, you need the following elements:
•Name of the source ESL object (or class of objects)
•Name of the target ESL object (or class of objects)
•Format and legal values for the dragdata
•String used for the dragtype
•An icon file containing an icon to be displayed during the drag For example, you might have a list box containing customer names and a printer icon. Dragging from the list box to the icon prints a report about the customer. The values for this operation are:
source = CustomerList_LB
target=PrinterIcon_IR
dragdata=Customer id number, based on the name selected in the list box
dragtype="Customer"
icon="customer.ico"