This documentation is archived and is not being maintained.

DesignerRegionCollection Properties

The DesignerRegionCollection type exposes the following members.

  NameDescription
Public property Count Gets the number of DesignerRegion objects in the collection.
Public property IsFixedSize Gets a value indicating whether the DesignerRegionCollection object has a fixed size.
Public property IsReadOnly Gets a value indicating whether the DesignerRegionCollection object is read-only.
Public property IsSynchronized Gets a value indicating whether access to the DesignerRegionCollection object is synchronized (thread safe).
Public property Item Gets or sets a DesignerRegion object at the specified index in the collection.
Public property Owner Gets the control designer that owns the designer region collection.
Public property SyncRoot Gets an object that can be used to synchronize access to the DesignerRegionCollection object.
Top

  NameDescription
Explicit interface implemetation Private property ICollection::Count Infrastructure. For a description of this member, see ICollection::Count.
Explicit interface implemetation Private property ICollection::IsSynchronized Infrastructure. For a description of this member, see ICollection::IsSynchronized.
Explicit interface implemetation Private property ICollection::SyncRoot Infrastructure. For a description of this member, see ICollection::SyncRoot.
Explicit interface implemetation Private property IList::IsFixedSize Infrastructure. For a description of this member, see IList::IsFixedSize.
Explicit interface implemetation Private property IList::IsReadOnly Infrastructure. For a description of this member, see IList::IsReadOnly.
Explicit interface implemetation Private property IList::Item Infrastructure. For a description of this member, see IList::Item.
Top
Show: