DesignerRegionCollection Properties

  Name Description
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

  Name Description
Explicit interface implementation Property System.Collections.ICollection.Count For a description of this member, see ICollection.Count.
Explicit interface implementation Property System.Collections.ICollection.IsSynchronized For a description of this member, see ICollection.IsSynchronized.
Explicit interface implementation Property System.Collections.ICollection.SyncRoot For a description of this member, see ICollection.SyncRoot.
Explicit interface implementation Property System.Collections.IList.IsFixedSize For a description of this member, see IList.IsFixedSize.
Explicit interface implementation Property System.Collections.IList.IsReadOnly For a description of this member, see IList.IsReadOnly.
Explicit interface implementation Property System.Collections.IList.Item For a description of this member, see IList.Item.
Top
Show: