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

In This Topic
    SelectionMode Enumeration
    In This Topic
    Defines the selection behavior for a control.
    Syntax
    'Declaration
     
    
    Public Enum SelectionMode 
       Inherits System.Enum
    public enum SelectionMode : System.Enum 
    Members
    MemberDescription
    ExtendedThe user can select multiple consecutive items while holding down the corresponding modifier key.
    MultipleThe user can select multiple items without holding down a modifier key.
    RadioThe user can select only one item at a time and deselect the item while holding down the ctrl modifier key.
    SingleThe user can select only one item at a time.
    Inheritance Hierarchy

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

    See Also