Intersoft ClientUI Documentation
DragAction Enumeration



Specifies how and if a drag-and-drop operation should continue.
Syntax
Public Enum DragAction 
   Inherits System.Enum
Dim instance As DragAction
public enum DragAction : System.Enum 
public enum class DragAction : public System.Enum 
Members
MemberDescription
Cancel The operation is canceled with no drop message.
Continue The operation will continue.
Drop The operation will stop with a drop.
Inheritance Hierarchy

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

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