Microsoft SDK for Java

DragDropEffect.COPY

Specifies that the drag-and-drop operation results in copying the data to the drop target.

Syntax

public static final int COPY;

Remarks

The original data is untouched by the drag source.

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