Intersoft ClientUI Documentation
DragDropEffects Enumeration



Specifies the effects of a drag-and-drop operation.
Syntax
Public Enum DragDropEffects 
   Inherits System.Enum
Dim instance As DragDropEffects
public enum DragDropEffects : System.Enum 
public enum class DragDropEffects : public System.Enum 
Members
MemberDescription
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 from 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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.UI.Controls.Interactivity.DragDropEffects

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Intersoft.Client.UI.Controls.Interactivity Namespace

Send Feedback