This documentation is archived and is not being maintained.
DesignerRegionCollection Properties
Visual Studio 2008
The DesignerRegionCollection type exposes the following members.
| 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 | |
|---|---|---|
|
ICollection::Count | Infrastructure. For a description of this member, see ICollection::Count. |
|
IList::IsFixedSize | Infrastructure. For a description of this member, see IList::IsFixedSize. |
|
IList::IsReadOnly | Infrastructure. For a description of this member, see IList::IsReadOnly. |
|
ICollection::IsSynchronized | Infrastructure. For a description of this member, see ICollection::IsSynchronized. |
|
IList::Item | Infrastructure. For a description of this member, see IList::Item. |
|
ICollection::SyncRoot | Infrastructure. For a description of this member, see ICollection::SyncRoot. |
Show: