Click or drag to resize

KryptonCheckedListBoxObjectCollection Class

Represents the collection of items in a CheckedListBox.
Inheritance Hierarchy
SystemObject
  System.Windows.FormsListBoxObjectCollection
    Internal.ComponentFactory.Krypton.ToolkitKryptonCheckedListBoxObjectCollection

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public class ObjectCollection : ListBoxObjectCollection

The KryptonCheckedListBoxObjectCollection type exposes the following members.

Constructors
 NameDescription
Public methodKryptonCheckedListBoxObjectCollection Initialize a new instance of the ObjectCollection class.
Top
Properties
 NameDescription
Public propertyCountGets the number of items in the collection.
(Inherited from ListBoxObjectCollection)
Public propertyIsReadOnlyGets a value indicating whether the collection is read-only.
(Inherited from ListBoxObjectCollection)
Public propertyItemGets or sets the item at the specified index within the collection.
(Inherited from ListBoxObjectCollection)
Top
Methods
 NameDescription
Public methodAdd(Object)Adds an item to the list of items for a ListBox.
(Inherited from ListBoxObjectCollection)
Public methodAdd(Object, Boolean) Adds an item to the list of items for a CheckedListBox, specifying the object to add and whether it is checked.
Public methodAdd(Object, CheckState) Adds an item to the list of items for a CheckedListBox, specifying the object to add and the initial checked value.
Public methodAddRange(Object)Adds an array of items to the list of items for a ListBox.
(Inherited from ListBoxObjectCollection)
Public methodAddRange(ListBoxObjectCollection)Adds the items of an existing ListBoxObjectCollection to the list of items in a ListBox.
(Inherited from ListBoxObjectCollection)
Public methodClearRemoves all items from the collection.
(Inherited from ListBoxObjectCollection)
Public methodContainsDetermines whether the specified item is located within the collection.
(Inherited from ListBoxObjectCollection)
Public methodCopyToCopies the entire collection into an existing array of objects at a specified location within the array.
(Inherited from ListBoxObjectCollection)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetEnumeratorReturns an enumerator to use to iterate through the item collection.
(Inherited from ListBoxObjectCollection)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIndexOfReturns the index within the collection of the specified item.
(Inherited from ListBoxObjectCollection)
Public methodInsertInserts an item into the list box at the specified index.
(Inherited from ListBoxObjectCollection)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodRemoveRemoves the specified object from the collection.
(Inherited from ListBoxObjectCollection)
Public methodRemoveAtRemoves the item at the specified index within the collection.
(Inherited from ListBoxObjectCollection)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also