KryptonListBoxGetSelected Method |
Returns a value indicating whether the specified item is selected.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic bool GetSelected(
int index
)
Parameters
- index Int32
- The zero-based index of the item that determines whether it is selected.
Return Value
Booleantrue if the specified item is currently selected in the KryptonListBox; otherwise, false.
See Also