ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1CheckList Class / SelectionMode Property

In This Topic
    SelectionMode Property (C1CheckList)
    In This Topic
    Gets or sets a value indicating how the items of the C1CheckList control can be selected. SelectionMode is of type enumeration SelectionMode. The default is SelectionMode.Multiple. When SelectionMode was changed value to Single then one item remains selected.
    Syntax
    'Declaration
     
    
    Public Property SelectionMode As SelectionMode
    public SelectionMode SelectionMode {get; set;}
    See Also