KryptonListBoxSetSelected Method |
Selects or clears the selection for the specified item in a KryptonListBox.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void SetSelected(
int index,
bool value
)
Parameters
- index Int32
- The zero-based index of the item in a KryptonListBox to select or clear the selection for.
- value Boolean
- true to select the specified item; otherwise, false.
See Also