ComponentOne FlexPivot for WinForms
SelectionMode Enumeration

C1.Win.Input.MultiSelect.4 Assembly > C1.Win.Input Namespace : SelectionMode Enumeration
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.Input.SelectionMode

See Also

Reference

C1.Win.Input Namespace