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


Glossary Item Box

Specifies the single effect applied to drag control.

Syntax

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

Members

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

Inheritance Hierarchy

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

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.