CheckedSelectionMode Enumeration |
Specifies selection mode of the KryptonCheckedListBox.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic enum CheckedSelectionMode
Members| Member name | Value | Description |
|---|
| None | 0 |
No items can be selected.
|
| One | 1 |
Only one item can be selected.
|
See Also