DesignerRegionCollection Properties
.NET Framework 3.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. |
Community Additions
ADD
Show: