KryptonCheckedListBoxCheckedItemCollectionItem Property |
Gets or sets the item at the specified index.
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 Object this[
int index
] { get; set; }
Parameters
- index
- Type: SystemInt32
Item index.
Return Value
Type:
ObjectItem at specified index.
Implements
IListItemInt32See Also