DesignerRegionCollection Properties
Assembly: System.Design (in System.Design.dll)
| 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[Int32] | 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 | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see ICollection::Count. |
![]() ![]() | ICollection::IsSynchronized | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see ICollection::IsSynchronized. |
![]() ![]() | ICollection::SyncRoot | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see ICollection::SyncRoot. |
![]() ![]() | IList::IsFixedSize | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see IList::IsFixedSize. |
![]() ![]() | IList::IsReadOnly | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see IList::IsReadOnly. |
![]() ![]() | IList::Item[Int32] | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see IList::Item. |


