System.Web.UI.Design.DesignerRegionCollection Members

The members of System.Web.UI.Design.DesignerRegionCollection are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Web.UI.Design.DesignerRegionCollection class.

Initializes a new instance of the System.Web.UI.Design.DesignerRegionCollection class for the specified control designer.

Public Properties

[read-only]
Countint.

Gets the number of System.Web.UI.Design.DesignerRegion objects in the collection.

[read-only]
IsFixedSizebool.

Gets a value indicating whether the System.Web.UI.Design.DesignerRegionCollection object has a fixed size.

[read-only]
IsReadOnlybool.

Gets a value indicating whether the System.Web.UI.Design.DesignerRegionCollection object is read-only.

[read-only]
IsSynchronizedbool.

Gets a value indicating whether access to the System.Web.UI.Design.DesignerRegionCollection object is synchronized (thread safe).

default property
Item(int)DesignerRegion. Documentation for this section has not yet been entered.
[read-only]
OwnerControlDesigner.

Gets the control designer that owns the designer region collection.

[read-only]
SyncRootobject.

Gets an object that can be used to synchronize access to the System.Web.UI.Design.DesignerRegionCollection object.

Public Methods

Add(DesignerRegion) : int

Adds the specified System.Web.UI.Design.DesignerRegion object to the end of the collection.

Clear()

Removes all regions from the collection.

Contains(DesignerRegion) : bool

Gets a value indicating whether the specified region is contained within the collection.

CopyTo(Array, int)

Copies the elements of the collection to an Array object, starting at a particular Array index.

GetEnumerator() : IEnumerator

Returns an enumerator that iterates through the collection.

IndexOf(DesignerRegion) : int

Returns the index of the specified System.Web.UI.Design.DesignerRegion object within the collection.

Insert(int, DesignerRegion)

Inserts a System.Web.UI.Design.DesignerRegion object into the collection at the specified index.

Remove(DesignerRegion)

Removes the specified System.Web.UI.Design.DesignerRegion object from the collection.

RemoveAt(int)

Removes the System.Web.UI.Design.DesignerRegion object at the specified index within the collection.

Explicitly Implemented Interface Members

IList.Add

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

IList.Clear

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

IList.Contains

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

ICollection.CopyTo

For a description of this member, see ICollection.CopyTo(Array, int).

[read-only]
ICollection.Countint.

For a description of this member, see ICollection.Count.

IEnumerable.GetEnumerator

For a description of this member, see IEnumerable.GetEnumerator.

IList.IndexOf

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

IList.Insert

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

[read-only]
IList.IsFixedSizebool.

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

[read-only]
IList.IsReadOnlybool.

For a description of this member, see IList.IsReadOnly.

[read-only]
ICollection.IsSynchronizedbool.

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

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

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

IList.RemoveAt

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

[read-only]
ICollection.SyncRootobject.

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