NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DragDropEffects Enumeration

Specifies the effects of a drag-and-drop operation.

[Visual Basic]
Public Enum DragDropEffects
[C#]
public enum DragDropEffects
[C++]
public enum DragDropEffects

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Remarks

This enumeration is used by the following classes: DragEventArgs, GiveFeedbackEventArgs, RichControl, ComponentTray, CompositionDesigner, OleDragDropHandler, and ParentControlDesigner.

Members

Member Name Description
All The data is copied, removed from the drag source, and scrolled in the drop target.
Copy The data is copied to the drop target.
Link The data fromt the drag source is linked to the drop target.
Move The data from the drag source is moved to the drop target.
None The drop target does not accept the data.
Scroll Scrolling is about to start or is currently occurring in the drop target.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace | System.WinForms.DragEvent | System.WinForms.GiveFeedbackEvent