The GwxElementList type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds a GwxElement object to the end of the list.
Public methodAddRange
Adds the elements of a GwxElement array to the end of the list.
Public methodClear (Inherited from ValidatingList.)
Public methodContains
Determines whether a GwxElement object is in the list.
Public methodCopyTo (Inherited from ValidatingList.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from ValidatingList.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Searches for the specified GwxElement object and returns the zero-based index of the first occurrence within the entire list.
Public methodInsert
Inserts a GwxElement object into the list at the specified index.
Public methodInsertChildAfter
Inserts a child GwxElement in this instance, after the specified reference child GwxElement.
Public methodInsertChildBefore
Inserts a child GwxElement in this instance, before the specified reference child GwxElement.
Public methodInsertChildrenAfter
Inserts a collection of child GwxElement objects in this instance, after the specified reference child GwxElement.
Public methodInsertChildrenBefore
Inserts a collection of child GwxElement objects in this instance, before the specified reference child GwxElement.
Protected methodOnClear (Inherited from ValidatingList.)
Protected methodOnClearComplete (Inherited from ValidatingList.)
Protected methodOnInsert (Inherited from ValidatingList.)
Protected methodOnInsertComplete (Inherited from ValidatingList.)
Protected methodOnRemove (Inherited from ValidatingList.)
Protected methodOnRemoveComplete (Inherited from ValidatingList.)
Protected methodOnSet (Inherited from ValidatingList.)
Protected methodOnSetComplete (Inherited from ValidatingList.)
Public methodRemove
Removes the first occurrence of a specific GwxElement object from the list.
Public methodRemoveAt (Inherited from ValidatingList.)
Public methodRemoveRange
Removes the elements of a GwxElement array from the list.
Public methodReplaceChild
Replaces a GwxElement with a different GwxElement.
Public methodToArray
Copies the elements of the list to a new array of GwxElement objects.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCount (Inherited from ValidatingList.)
Public propertyFirstChildElement
First child GwxElement (if there is one).
Protected propertyInnerList (Inherited from ValidatingList.)
Public propertyIsFixedSize (Inherited from ValidatingList.)
Public propertyIsSynchronized (Inherited from ValidatingList.)
Public propertyItem
Gets or sets the GwxElement object at the specified index.
Public propertyLastChildElement
Last child GwxElement (if there is one).
Protected propertyList (Inherited from ValidatingList.)
Public propertySyncRoot (Inherited from ValidatingList.)

See Also