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: 2024.1.1.0 (2024.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 propertyCount
Gets the number of items in the collection.
(Inherited from ListBoxObjectCollection.)
Public propertyIsReadOnly
Gets a value indicating whether the collection is read-only.
(Inherited from ListBoxObjectCollection.)
Public propertyItem
Gets 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(ListBoxObjectCollection) (Inherited from ListBoxObjectCollection.)
Public methodAddRange(Object)
Adds an array of items to the list of items for a ListBox.
(Inherited from ListBoxObjectCollection.)
Public methodClear
Removes all items from the collection.
(Inherited from ListBoxObjectCollection.)
Public methodContains
Determines whether the specified item is located within the collection.
(Inherited from ListBoxObjectCollection.)
Public methodCopyTo
Copies the entire collection into an existing array of objects at a specified location within the array.
(Inherited from ListBoxObjectCollection.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator to use to iterate through the item collection.
(Inherited from ListBoxObjectCollection.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Returns the index within the collection of the specified item.
(Inherited from ListBoxObjectCollection.)
Public methodInsert
Inserts an item into the list box at the specified index.
(Inherited from ListBoxObjectCollection.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes the specified object from the collection.
(Inherited from ListBoxObjectCollection.)
Public methodRemoveAt
Removes the item at the specified index within the collection.
(Inherited from ListBoxObjectCollection.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also