Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / ItemDragDropMode Enumeration


In This Topic
    ItemDragDropMode Enumeration
    In This Topic
    Specifies the possible modes when a NLightUIItem drag-and-drop operation is started.
    Syntax
    'Declaration
     
    
    Public Enum ItemDragDropMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ItemDragDropMode
    public enum ItemDragDropMode : System.Enum 
    Members
    MemberDescription
    DefaultThe current NItemsControl instance will choose the mode.
    GlobalDrag-and-drop is allowed among all NItemsControl instances currently alive.
    LocalDrag-and-drop is allowed within the item's current host.
    NoneNo drag-and-drop is allowed.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.UI.WinForm.Controls.ItemDragDropMode

    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