Microsoft SDK for Java

DragDropEffect Fields

Fields Description
ALL Specifies that the drag-and-drop operation results in copying the data, removing the data from the drag source, and scrolling in the drop target.
COPY Specifies that the drag-and-drop operation results in copying the data to the drop target.
MOVE Specifies that the drag-and-drop operation results in the original data being from the drag source.
NONE Specifies that the drop target cannot accept the data.
SCROLL Specifies that scrolling is about to start or is currently occurring in the drop target.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.