Intersoft ClientUI Documentation
DragDropEffects Enumeration
See Also  Send Feedback
Intersoft.Client.UI.Controls.Interactivity Namespace : DragDropEffects Enumeration






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

Syntax

Visual Basic (Declaration) 
Public Enum DragDropEffects 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As DragDropEffects
C# 
public enum DragDropEffects : System.Enum 
Delphi 
public enum DragDropEffects = class(System.Enum)
JScript 
public enum DragDropEffects extends System.Enum
Managed Extensions for C++ 
__value public enum DragDropEffects : public System.Enum 
C++/CLI 
public enum class DragDropEffects : public System.Enum 

Members

MemberDescription
AllThe data is copied, removed from the drag source, and scrolled in the drop target.
CopyThe data is copied to the drop target.
LinkThe data from the drag source is linked to the drop target.
MoveThe data from the drag source is moved to the drop target.
NoneThe drop target does not accept the data.
ScrollScrolling 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.