Click or drag to resize

KryptonCheckedListBoxObjectCollectionAdd Method (Object, CheckState)

Adds an item to the list of items for a CheckedListBox, specifying the object to add and the initial checked value.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public int Add(
	Object item,
	CheckState check
)

Parameters

item
Type: SystemObject
An object representing the item to add to the collection.
check
Type: System.Windows.FormsCheckState
The initial CheckState for the checked portion of the item.

Return Value

Type: Int32
The index of the newly added item.
See Also