KryptonCheckedListBoxGetItemCheckState Method |
Returns a value indicating the check state of the current item.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic CheckState GetItemCheckState(
int index
)
Parameters
- index Int32
- The index of the item to get the checked value of.
Return Value
CheckStateOne of the CheckState values.
See Also