Click or drag to resize

CheckedSelectionMode Enumeration

Specifies selection mode of the KryptonCheckedListBox.

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