VisualAge Help
The Platform Drag Drop Spec has the following
properties:
- canBeDragSource
- The canBeDragSource property specifies whether the part can be
the source of a drag operation. The source is where the drag is
started.
- canBeDragTarget
- The canBeDragTarget property specifies whether the part can be
the target of a drag operation. The target is the part under the cursor
during the drag.
- dragOperations
- The dragOperations property specifies the following default
drag operations for the array of any or all elements, with the first elements
having the highest priority:
- XmDROPMOVE
- XmDROPCOPY
- XmDROPLINK
- dragSourceIconDescriptor
-
The dragSourceIconDescriptor property specifies the icon to use
as the mouse pointer during a drag-and-drop operation.
- dropOperations
- The dropOperations property specifies the following default
drag operations for the array of any or all elements, with the first elements
having the highest priority:
- XmDROPMOVE
- XmDROPCOPY
- XmDROPLINK
- exportTargetTypes
- The exportTargetTypes property specifies the target types
supported for export. You can specify the built-in target types STRING
and PIXMAP, as well as application-defined types.
- importTargetTypes
- The importTargetTypes property specifies the target types
supported for import. You can specify the built-in target types STRING
and PIXMAP, as well as application-defined types.
[ Top of Page | Previous Page | Next Page | Table of Contents ]