KryptonCheckedListBoxObjectCollectionAdd Method (Object, Boolean) |
Adds an item to the list of items for a CheckedListBox, specifying the object to add and whether it is checked.
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 int Add(
Object item,
bool isChecked
)
Parameters
- item
- Type: SystemObject
An object representing the item to add to the collection. - isChecked
- Type: SystemBoolean
true to check the item; otherwise, false
Return Value
Type:
Int32The index of the newly added item.
See Also