Intersoft ClientUI Documentation
DragEffect Enumeration



Specifies value that control the drag effects to the associated object
Syntax
Public Enum DragEffect 
   Inherits System.Enum
Dim instance As DragEffect
public enum DragEffect : System.Enum 
public enum class DragEffect : public System.Enum 
Members
MemberDescription
Copy The associated object still visible when the shadow object appeared
Link The associated object still visible when the shadow object appeared
Move The associated object is collapsed when the shadow object appeared
Space The associated object leave a space when the shadow object appeared
Remarks

When an object is being dragged, the source object is still displayed as the shadow object appears. This behavior can further customized by modifying the DragEffect property. There are three types of DragEffect that you can select:

  • Copy (Default)
    This effect leaves the source object displayed when the shadow object appears. This effect gives a hint that the object is being copied.
  • Link
    This effect leaves the source object displayed when the shadow object appears, the same effect as Copy with different tooltip. This effect gives a hint that the object is being linked.
  • Move
    This effect collapsed the source object, allowing the panel that host the source object to re-adjust when the shadow object appears. This effect gives a hint that the source object is moved.
  • Space
    This effect set the source object opacity to 0, when the shadow object appears. This effect give a hint that the source object is moved by leaving its space.
Inheritance Hierarchy

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

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

Concepts

Drag-drop Framework Overview

Send Feedback