| Visual Basic (Declaration) | |
|---|---|
Public Enum DragDropEffects Inherits System.Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DragDropEffects | |
| C# | |
|---|---|
public enum DragDropEffects : System.Enum | |
| Member | Description |
|---|---|
| All | |
| Copy | The Copy effect is applied when drag-drop is performed. |
| Link | The Link effect is applied when drag-drop is performed. |
| Move | The Move effect is applied when drag-drop is performed. |
| None | No effect is applied when drag-drop is performed. |
| NotAllowed | The NotAllowed effect is applied when drag-drop is performed. |
| Remove | The Remove effect is applied when drag-drop is performed. |
| Scroll | The Scroll effect is applied when drag-drop is performed. |
System.Object
System.ValueType
System.Enum
ISNet.WebUI.WebDesktop.DragDropEffects
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