TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / DragDropPosition Enumeration

In This Topic
    DragDropPosition Enumeration
    In This Topic
    Defines the position for drop of C1TreeNode.
    Syntax
    'Declaration
     
    
    Public Enum DragDropPosition 
       Inherits System.Enum
    public enum DragDropPosition : System.Enum 
    Members
    MemberDescription
    AfterNode dropped after current node.
    BeforeNode dropped before current node.
    InnerNode dropped into current node.
    None 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.TreeView.DragDropPosition

    See Also