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

In This Topic
    SelectionModifier Enumeration
    In This Topic
    Specifies a modifier key for nodes selection in C1TreeViewSelectionMode.Multi and C1TreeViewSelectionMode.MultiSibling modes.
    Syntax
    'Declaration
     
    
    Public Enum SelectionModifier 
       Inherits System.Enum
    public enum SelectionModifier : System.Enum 
    Members
    MemberDescription
    CtrlSelects nodes on mouse click and unselects nodes on Ctrl + mouse click.
    NoneSelects or unselects nodes on mouse click.
    Inheritance Hierarchy

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

    See Also