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