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

In This Topic
    ExpandButtonBehavior Enumeration
    In This Topic
    Defines the behavior of the C1TreeView when the expand button is clicked.
    Syntax
    'Declaration
     
    
    Public Enum ExpandButtonBehavior 
       Inherits System.Enum
    public enum ExpandButtonBehavior : 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