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






Specifies value that control the drag effects to the associated object

Syntax

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

Members

MemberDescription
CopyThe associated object still visible when the shadow object appeared
LinkThe associated object still visible when the shadow object appeared
MoveThe associated object is collapsed when the shadow object appeared
SpaceThe 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 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.