Click or drag to resize

KryptonControlCollection Class

Base class for krypton specific control collections.
Inheritance Hierarchy

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 KryptonControlCollection : ControlControlCollection

The KryptonControlCollection type exposes the following members.

Constructors
  NameDescription
Public methodKryptonControlCollection
Initialize a new instance of the KryptonControlCollection class.
Top
Properties
Methods
  NameDescription
Public methodAdd
Adds the specified control to the control collection.
(Inherited from ControlControlCollection.)
Public methodAddRange
Adds an array of control objects to the collection.
(Inherited from ControlControlCollection.)
Public methodClear
Removes all controls from the collection.
(Inherited from ControlControlCollection.)
Public methodContains
Determines whether the specified control is a member of the collection.
(Inherited from ControlControlCollection.)
Public methodContainsKey
Determines whether the ControlControlCollection contains an item with the specified key.
(Inherited from ControlControlCollection.)
Public methodCopyTo
Copies the entire contents of this collection to a compatible one-dimensional Array, starting at the specified index of the target array.
(Inherited from ArrangedElementCollection.)
Public methodEquals
Determines whether two ArrangedElementCollection instances are equal.
(Inherited from ArrangedElementCollection.)
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 methodFind
Searches for controls by their Name property and builds an array of all the controls that match.
(Inherited from ControlControlCollection.)
Public methodGetChildIndex(Control)
Retrieves the index of the specified child control within the control collection.
(Inherited from ControlControlCollection.)
Public methodGetChildIndex(Control, Boolean)
Retrieves the index of the specified child control within the control collection, and optionally raises an exception if the specified control is not within the control collection.
(Inherited from ControlControlCollection.)
Public methodGetEnumerator
Retrieves a reference to an enumerator object that is used to iterate over a ControlControlCollection.
(Inherited from ControlControlCollection.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ArrangedElementCollection.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Retrieves the index of the specified control in the control collection.
(Inherited from ControlControlCollection.)
Public methodIndexOfKey
Retrieves the index of the first occurrence of the specified item within the collection.
(Inherited from ControlControlCollection.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes the specified control from the control collection.
(Inherited from ControlControlCollection.)
Public methodRemoveAt
Removes a control from the control collection at the specified indexed location.
(Inherited from ControlControlCollection.)
Public methodRemoveByKey
Removes the child control with the specified key.
(Inherited from ControlControlCollection.)
Public methodSetChildIndex
Sets the index of the specified child control in the collection to the specified index value.
(Inherited from ControlControlCollection.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also