Click or drag to resize

CheckedSelectionMode Enumeration

Specifies selection mode of the KryptonCheckedListBox.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public enum CheckedSelectionMode
Members
  Member nameValueDescription
None0 No items can be selected.
One1 Only one item can be selected.
See Also