Click or drag to resize

KryptonNavigatorControlCollection Class

Represents a collection of child controls for the navigator.
Inheritance Hierarchy
SystemObject
  System.Windows.Forms.LayoutArrangedElementCollection
    System.Windows.FormsControlControlCollection
      Internal.ComponentFactory.Krypton.ToolkitKryptonControlCollection
        Internal.ComponentFactory.Krypton.NavigatorKryptonNavigatorControlCollection

Namespace: Internal.ComponentFactory.Krypton.Navigator
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public class KryptonNavigatorControlCollection : KryptonControlCollection

The KryptonNavigatorControlCollection type exposes the following members.

Constructors
 NameDescription
Public methodKryptonNavigatorControlCollection Initialize a new instance of the KryptonNavigatorControlCollection class.
Top
Properties
 NameDescription
Public propertyCountGets the number of elements in the collection.
(Inherited from ArrangedElementCollection)
Public propertyIsReadOnlyGets a value indicating whether the collection is read-only.
(Inherited from ArrangedElementCollection)
Public propertyItemInt32Indicates the Control at the specified indexed location in the collection.
(Inherited from ControlControlCollection)
Public propertyItemStringIndicates a Control with the specified key in the collection.
(Inherited from ControlControlCollection)
Public propertyOwnerGets the control that owns this ControlControlCollection.
(Inherited from ControlControlCollection)
Top
Methods
 NameDescription
Public methodAdd Adds the specified control to the control collection.
(Overrides ControlControlCollectionAdd(Control))
Public methodAddRangeAdds an array of control objects to the collection.
(Inherited from ControlControlCollection)
Public methodClearRemoves all controls from the collection.
(Inherited from ControlControlCollection)
Public methodContainsDetermines whether the specified control is a member of the collection.
(Inherited from ControlControlCollection)
Public methodContainsKeyDetermines whether the ControlControlCollection contains an item with the specified key.
(Inherited from ControlControlCollection)
Public methodCopyToCopies 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 methodEqualsDetermines whether two ArrangedElementCollection instances are equal.
(Inherited from ArrangedElementCollection)
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 methodFindSearches 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 methodGetEnumeratorRetrieves a reference to an enumerator object that is used to iterate over a ControlControlCollection.
(Inherited from ControlControlCollection)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ArrangedElementCollection)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIndexOfRetrieves the index of the specified control in the control collection.
(Inherited from ControlControlCollection)
Public methodIndexOfKeyRetrieves the index of the first occurrence of the specified item within the collection.
(Inherited from ControlControlCollection)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodRemoveRemoves the specified control from the control collection.
(Inherited from ControlControlCollection)
Public methodRemoveAtRemoves a control from the control collection at the specified indexed location.
(Inherited from ControlControlCollection)
Public methodRemoveByKeyRemoves the child control with the specified key.
(Inherited from ControlControlCollection)
Public methodSetChildIndexSets the index of the specified child control in the collection to the specified index value.
(Inherited from ControlControlCollection)
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