Click or drag to resize

ComponentSet Methods

The ComponentComponentSet type exposes the following members.

Methods
 NameDescription
Public methodAdd Adds a component as a child.
Public methodClear Removes all child components.
Public methodClear(Boolean) Removes all child components.
Public methodContains Determines whether the object contains the specified child component.
Public methodCopyTo(Array, Int32) Copies a list of child components to an array.
Public methodCopyTo(Component, Int32) Copies a list of child components to an array.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetByName(String, Boolean) Finds a child component by name.
Public methodGetByNameT(String, Boolean) Finds a child component by name with the specified type.
Public methodGetByNameWithIndex Finds a child component by name and number in the case when there are several components with the specified name.
Public methodGetByPath Finds a child component by path.
Public methodGetEnumerator Returns an enumerator for traversing child components.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetLinkedListReadOnly 
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGetUniqueName Finds a unique name by child components.
Public methodIndexOf Determines the position of the child components relative to other.
Public methodMoveTo Moves the child component to another location relative to other children.
Public methodStatic memberParsePathNameWithIndex Extracts the name and index from the path string.
Public methodRemove(Component) Removes a child component.
Public methodRemove(Component, Boolean) Removes a child component.
Public methodReverse Returns a collection of child components in the reverse order.
Public methodToArray Copies a list of child components to an array.
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