KryptonNavigatorControlCollection Class |
Namespace: Internal.ComponentFactory.Krypton.Navigator
public class KryptonNavigatorControlCollection : KryptonControlCollection
The KryptonNavigatorControlCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | KryptonNavigatorControlCollection |
Initialize a new instance of the KryptonNavigatorControlCollection class.
|
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements in the collection. (Inherited from ArrangedElementCollection.) |
![]() | IsReadOnly | Gets a value indicating whether the collection is read-only. (Inherited from ArrangedElementCollection.) |
![]() | ItemInt32 | Indicates the Control at the specified indexed location in the collection. (Inherited from ControlControlCollection.) |
![]() | ItemString | Indicates a Control with the specified key in the collection. (Inherited from ControlControlCollection.) |
![]() | Owner | Gets the control that owns this ControlControlCollection. (Inherited from ControlControlCollection.) |
Name | Description | |
---|---|---|
![]() | Add |
Adds the specified control to the control collection.
(Overrides ControlControlCollectionAdd(Control).) |
![]() | AddRange | Adds an array of control objects to the collection. (Inherited from ControlControlCollection.) |
![]() | Clear | Removes all controls from the collection. (Inherited from ControlControlCollection.) |
![]() | Contains | Determines whether the specified control is a member of the collection. (Inherited from ControlControlCollection.) |
![]() | ContainsKey | Determines whether the ControlControlCollection contains an item with the specified key. (Inherited from ControlControlCollection.) |
![]() | CopyTo | 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.) |
![]() | Equals | Determines whether two ArrangedElementCollection instances are equal. (Inherited from ArrangedElementCollection.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | Find | Searches for controls by their Name property and builds an array of all the controls that match. (Inherited from ControlControlCollection.) |
![]() | GetChildIndex(Control) | Retrieves the index of the specified child control within the control collection. (Inherited from ControlControlCollection.) |
![]() | GetChildIndex(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.) |
![]() | GetEnumerator | Retrieves a reference to an enumerator object that is used to iterate over a ControlControlCollection. (Inherited from ControlControlCollection.) |
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from ArrangedElementCollection.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf | Retrieves the index of the specified control in the control collection. (Inherited from ControlControlCollection.) |
![]() | IndexOfKey | Retrieves the index of the first occurrence of the specified item within the collection. (Inherited from ControlControlCollection.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove | Removes the specified control from the control collection. (Inherited from ControlControlCollection.) |
![]() | RemoveAt | Removes a control from the control collection at the specified indexed location. (Inherited from ControlControlCollection.) |
![]() | RemoveByKey | Removes the child control with the specified key. (Inherited from ControlControlCollection.) |
![]() | SetChildIndex | Sets the index of the specified child control in the collection to the specified index value. (Inherited from ControlControlCollection.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) |
![]() | PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) |
![]() | PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) |
![]() | PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |