The members of System.Web.UI.Design.DesignerRegionCollection are listed below.
See Also: Inherited members from System.Object
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. |
[read-only] | Count | int.
Gets the number of System.Web.UI.Design.DesignerRegion objects in the collection. |
[read-only] | IsFixedSize | bool.
Gets a value indicating whether the System.Web.UI.Design.DesignerRegionCollection object has a fixed size. |
[read-only] | IsReadOnly | bool.
Gets a value indicating whether the System.Web.UI.Design.DesignerRegionCollection object is read-only. |
[read-only] | IsSynchronized | bool.
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] | Owner | ControlDesigner.
Gets the control designer that owns the designer region collection. |
[read-only] | SyncRoot | object.
Gets an object that can be used to synchronize access to the System.Web.UI.Design.DesignerRegionCollection object. |
Add(DesignerRegion)
| ||
Clear()
| ||
Contains(DesignerRegion)
| ||
CopyTo(Array, int)
| ||
GetEnumerator()
| ||
IndexOf(DesignerRegion)
| ||
Insert(int, DesignerRegion)
| ||
Remove(DesignerRegion)
| ||
RemoveAt(int)
|
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.Count | int.
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.IsFixedSize | bool.
For a description of this member, see IList.IsFixedSize. |
[read-only] | IList.IsReadOnly | bool.
For a description of this member, see IList.IsReadOnly. |
[read-only] | ICollection.IsSynchronized | bool.
For a description of this member, see ICollection.IsSynchronized. |
IList.Item | object. 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.SyncRoot | object.
For a description of this member, see ICollection.SyncRoot. |