ComponentOne TreeView for WinForms
DragDropPosition Enumeration

C1.Win.TreeView Namespace : DragDropPosition Enumeration
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

Reference

C1.Win.TreeView Namespace