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






Specifies value that control the drop action on drop target.

Syntax

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

Members

MemberDescription
CopyCopy 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.
MoveMove 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 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.