System.Windows.Forms.Layout.ArrangedElementCollection Members

The members of System.Windows.Forms.Layout.ArrangedElementCollection are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
Countint.

Gets the number of elements in the collection.

[read-only]
IsReadOnlybool.

Gets a value indicating whether the collection is read-only.

Public Methods

CopyTo(Array, int)

Copies the entire contents of this collection to a compatible one-dimensional Array, starting at the specified index of the target array.

override
Equals(object) : bool

Determines whether two System.Windows.Forms.Layout.ArrangedElementCollection instances are equal.

GetEnumerator() : IEnumerator

Returns an enumerator for the entire collection.

override
GetHashCode() : int

Returns the hash code for this instance.

Explicitly Implemented Interface Members

IList.Add

For a description of this member, see the IList.Add(object) method.

IList.Clear

For a description of this member, see the IList.Clear method.

IList.Contains

For a description of this member, see the IList.Contains(object) method.

IList.IndexOf

For a description of this member, see the IList.IndexOf(object) method.

IList.Insert

For a description of this member, see the IList.Insert(int, object) method.

[read-only]
IList.IsFixedSizebool.

For a description of this member, see the IList.IsFixedSize property.

[read-only]
ICollection.IsSynchronizedbool.

For a description of this member, see the ICollection.IsSynchronized property.

IList.Itemobject. Documentation for this section has not yet been entered.
IList.Remove

For a description of this member, see the IList.Remove(object) method.

IList.RemoveAt

For a description of this member, see the IList.RemoveAt(int) method.

[read-only]
ICollection.SyncRootobject.

For a description of this member, see the ICollection.SyncRoot property.