Microsoft SDK for Java

GiveFeedbackEvent.GiveFeedbackEvent

Creates a GiveFeedbackEvent object.

Syntax

public GiveFeedbackEvent( int effect, boolean useDefaultCursors )

Parameters

effect

The type of drag-and-drop operation. Possible values are obtained by applying the bitwise OR operation (|) to the constants defined in the DragDropEffect class.

useDefaultCursors

Set to true if default cursors are used; otherwise, set to false.

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