DesignerRegionCollection Properties
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| Count | Gets the number of DesignerRegion objects in the collection. |
| IsFixedSize | Gets a value indicating whether the DesignerRegionCollection object has a fixed size. |
| IsReadOnly | Gets a value indicating whether the DesignerRegionCollection object is read-only. |
| IsSynchronized | Gets a value indicating whether access to the DesignerRegionCollection object is synchronized (thread safe). |
| Item | Gets or sets a DesignerRegion object at the specified index in the collection. |
| Owner | Gets the control designer that owns the designer region collection. |
| SyncRoot | Gets an object that can be used to synchronize access to the DesignerRegionCollection object. |
| Name | Description | |
|---|---|---|
| System.Collections.ICollection.Count | For a description of this member, see ICollection.Count. |
| System.Collections.ICollection.IsSynchronized | For a description of this member, see ICollection.IsSynchronized. |
| System.Collections.ICollection.SyncRoot | For a description of this member, see ICollection.SyncRoot. |
| System.Collections.IList.IsFixedSize | For a description of this member, see IList.IsFixedSize. |
| System.Collections.IList.IsReadOnly | For a description of this member, see IList.IsReadOnly. |
| System.Collections.IList.Item | For a description of this member, see IList.Item. |
Show: