Intersoft ClientUI Documentation
DropAction Enumeration



Specifies value that control the drop action on drop target.
Syntax
Public Enum DropAction 
   Inherits System.Enum
Dim instance As DropAction
public enum DropAction : System.Enum 
public enum class DropAction : public System.Enum 
Members
MemberDescription
Copy Copy the object and insert the copied obecjt to the drop target's panel. Note that this will requires additional code that DragEnd event where the user need to manually create / copy the original object and attached the new object to e.CustomObject at DragEnd event.
Move Move the original object from its parent and attached to the drop target's panel.
Inheritance Hierarchy

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

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