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