NetXP 3.0 Reference

DockObjectCollection Methods

The methods of the DockObjectCollection class are listed below. For a complete list of DockObjectCollection class members, see the DockObjectCollection Members topic.

Public Instance Methods

Add Adds an object to the collection.
AddRange Adds a bunch of objects.
Clear (inherited from CollectionBase)Removes all objects from the CollectionBase instance.
ContainsOverloaded. Does the list contain the specified object?
Copy Creates a copy of this collection.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetEnumerator (inherited from CollectionBase)Returns an enumerator that can iterate through the CollectionBase instance.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
IndexOf Gets the index of a object.
Insert Inserts a object at specified index.
RaiseChanged (inherited from CollectionEx) Raises the Changed event.
Remove Removes a object.
RemoveAt (inherited from CollectionBase)Removes the element at the specified index of the CollectionBase instance.
ResumeEvents (inherited from CollectionEx) Resume event generation.
SuspendEvents (inherited from CollectionEx) Suspend event generation.
ToString (inherited from Object)Returns a String that represents the current Object.

Explicit Interface Implementations

ICollection.CopyTo (inherited from CollectionBase) 
IList.Add (inherited from CollectionBase) 
IList.Contains (inherited from CollectionBase) 
IList.IndexOf (inherited from CollectionBase) 
IList.Insert (inherited from CollectionBase) 
IList.Remove (inherited from CollectionBase) 

See Also

DockObjectCollection Class | NETXP.Controls.Docking Namespace