ComponentOne FlexPivot for WinForms
SelectionMode Property (C1CheckList)

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

Reference

C1CheckList Class
C1CheckList Members