Microsoft SDK for Java

getDragModifiers

This method of the DragSession Interface retrieves the drag modifiers for the current drag operation.

Syntax

public int getDragModifiers();

Return Value

Returns any one or a combination of the following modifiers.

LBUTTON, MBUTTON, RBUTTON,
CONTROL, SHIFT, or ALT.

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