DesignerRegionCollection Members

Represents a collection of DesignerRegion objects within a control designer.

The following tables list the members exposed by the DesignerRegionCollection type.

  Name Description
Public method DesignerRegionCollection Overloaded. Initializes a new instance of the DesignerRegionCollection class.
Top

  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

(see also Protected Methods )
  Name Description
Public method Add Adds the specified DesignerRegion object to the end of the collection.
Public method Clear Removes all regions from the collection.
Public method Contains Gets a value indicating whether the specified region is contained within the collection.
Public method CopyTo Copies the elements of the collection to an Array object, starting at a particular Array index.
Public method Equals  Overloaded. Determines whether two Object instances are equal. (Inherited from Object.)
Public method GetEnumerator Returns an enumerator that iterates through the collection.
Public method GetHashCode  Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.)
Public method GetType  Gets the Type of the current instance. (Inherited from Object.)
Public method IndexOf Returns the index of the specified DesignerRegion object within the collection.
Public method Insert Inserts a DesignerRegion object into the collection at the specified index.
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (Inherited from Object.)
Public method Remove Removes the specified DesignerRegion object from the collection.
Public method RemoveAt Removes the DesignerRegion object at the specified index within the collection.
Public method ToString  Returns a String that represents the current Object. (Inherited from Object.)
Top

  Name Description
Protected method Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (Inherited from Object.)
Top

  Name Description
Explicit interface implementation Method System.Collections.ICollection.CopyTo For a description of this member, see CopyTo.
Explicit interface implementation Method System.Collections.IEnumerable.GetEnumerator For a description of this member, see IEnumerable.GetEnumerator.
Explicit interface implementation Method System.Collections.IList.Add For a description of this member, see System.Collections.IList.Add.
Explicit interface implementation Method System.Collections.IList.Clear For a description of this member, see IList.Clear.
Explicit interface implementation Method System.Collections.IList.Contains For a description of this member, see IList.Contains.
Explicit interface implementation Method System.Collections.IList.IndexOf For a description of this member, see IList.IndexOf.
Explicit interface implementation Method System.Collections.IList.Insert For a description of this member, see IList.Insert.
Explicit interface implementation Method System.Collections.IList.Remove For a description of this member, see IList.Remove.
Explicit interface implementation Method System.Collections.IList.RemoveAt For a description of this member, see IList.RemoveAt.
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: