KryptonCheckedListBoxSetItemCheckState Method |
Sets the check state of the item at the specified index.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void SetItemCheckState(
int index,
CheckState value
)
Parameters
- index Int32
- The index of the item to set the state for.
- value CheckState
- One of the CheckState values.
See Also