The GwxElementList type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds a GwxElement object to the end of the list.
| |
| AddRange |
Adds the elements of a GwxElement array to the end of the list.
| |
| Clear | (Inherited from ValidatingList.) | |
| Contains |
Determines whether a GwxElement object is in the list.
| |
| CopyTo | (Inherited from ValidatingList.) | |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| GetEnumerator | (Inherited from ValidatingList.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf |
Searches for the specified GwxElement object and returns the zero-based index of the first occurrence within the entire list.
| |
| Insert |
Inserts a GwxElement object into the list at the specified index.
| |
| InsertChildAfter |
Inserts a child GwxElement in this instance, after the specified reference child GwxElement.
| |
| InsertChildBefore |
Inserts a child GwxElement in this instance, before the specified reference child GwxElement.
| |
| InsertChildrenAfter |
Inserts a collection of child GwxElement objects in this instance, after the specified reference child GwxElement.
| |
| InsertChildrenBefore |
Inserts a collection of child GwxElement objects in this instance, before the specified reference child GwxElement.
| |
| OnClear | (Inherited from ValidatingList.) | |
| OnClearComplete | (Inherited from ValidatingList.) | |
| OnInsert | (Inherited from ValidatingList.) | |
| OnInsertComplete | (Inherited from ValidatingList.) | |
| OnRemove | (Inherited from ValidatingList.) | |
| OnRemoveComplete | (Inherited from ValidatingList.) | |
| OnSet | (Inherited from ValidatingList.) | |
| OnSetComplete | (Inherited from ValidatingList.) | |
| Remove |
Removes the first occurrence of a specific GwxElement object from the list.
| |
| RemoveAt | (Inherited from ValidatingList.) | |
| RemoveRange |
Removes the elements of a GwxElement array from the list.
| |
| ReplaceChild |
Replaces a GwxElement with a different GwxElement.
| |
| ToArray |
Copies the elements of the list to a new array of GwxElement objects.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Count | (Inherited from ValidatingList.) | |
| FirstChildElement |
First child GwxElement (if there is one).
| |
| InnerList | (Inherited from ValidatingList.) | |
| IsFixedSize | (Inherited from ValidatingList.) | |
| IsSynchronized | (Inherited from ValidatingList.) | |
| Item |
Gets or sets the GwxElement object at the specified index.
| |
| LastChildElement |
Last child GwxElement (if there is one).
| |
| List | (Inherited from ValidatingList.) | |
| SyncRoot | (Inherited from ValidatingList.) |