C1.Win.TreeView Namespace / ExpandButtonBehavior Enumeration

ExpandButtonBehavior Enumeration
Defines the behavior of the C1TreeView when the expand button is clicked.
Syntax
'Declaration
 
Public Enum ExpandButtonBehavior 
   Inherits System.Enum
 
Members
MemberDescription
MouseDownThe C1TreeView collapses and expands a node on the MouseDown event.
MouseUpThe C1TreeView collapses and expands a node on the MouseUp event.
Inheritance Hierarchy

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

See Also