Click or drag to resize

KryptonCheckedListBoxCheckedIndexCollection Class

Encapsulates the collection of indexes of checked items (including items in an indeterminate state) in a CheckedListBox.
Inheritance Hierarchy
SystemObject
  Internal.ComponentFactory.Krypton.ToolkitKryptonCheckedListBoxCheckedIndexCollection

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 CheckedIndexCollection : IList, 
	ICollection, IEnumerable

The KryptonCheckedListBoxCheckedIndexCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of items in collection.
Public propertyIsReadOnly
Gets a value indicating whether the collection is read-only.
Public propertyItem
Gets or sets the item at the specified index.
Top
Methods
  NameDescription
Public methodContains
Determines whether the collection contains the button spec.
Public methodCopyTo
Copies all the elements of the current collection to the specified Array.
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
Enumerate using non-generic interface.
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(Int32)
Returns an index into the collection of checked indexes.
Public methodIndexOf(Object)
Determines the index of the specified spec in the collection.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also