Intersoft WebDesktop Documentation
DragDropEffects Enumeration
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace : DragDropEffects Enumeration


Glossary Item Box

Specifies the effect when drag-drop is performed.

Syntax

Visual Basic (Declaration) 
Public Enum DragDropEffects 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As DragDropEffects
C# 
public enum DragDropEffects : System.Enum 

Members

MemberDescription
All 
CopyThe Copy effect is applied when drag-drop is performed.
LinkThe Link effect is applied when drag-drop is performed.
MoveThe Move effect is applied when drag-drop is performed.
NoneNo effect is applied when drag-drop is performed.
NotAllowedThe NotAllowed effect is applied when drag-drop is performed.
RemoveThe Remove effect is applied when drag-drop is performed.
ScrollThe Scroll effect is applied when drag-drop is performed.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ISNet.WebUI.WebDesktop.DragDropEffects

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

© 2012 Intersoft Solutions Corp. All Rights Reserved.