KryptonCheckedListBoxGetItemChecked Method |
Returns a value indicating whether the specified item is checked.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic bool GetItemChecked(
int index
)
Parameters
- index Int32
- The index of the item.
Return Value
Booleantrue if the item is checked; otherwise, false.
See Also