KryptonCheckedListBoxSetItemChecked Method |
Sets CheckState for the item at the specified index to Checked.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void SetItemChecked(
int index,
bool value
)
Parameters
- index Int32
- The index of the item to set the check state for.
- value Boolean
- true to set the item as checked; otherwise, false.
See Also