DesignerAutoFormatCollection Members

Represents a collection of DesignerAutoFormat objects within a control designer. This class cannot be inherited.

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

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

  Name Description
Public property Count Gets the number of DesignerAutoFormat objects in the collection.
Public property Item Gets or sets a DesignerAutoFormat object at the specified index in the collection.
Public property PreviewSize Gets the maximum outer dimensions of the control as it will appear at run time.
Public property SyncRoot Gets an object that can be used to synchronize access to the DesignerAutoFormatCollection object.
Top

(see also Protected Methods )
  Name Description
Public method Add Adds the specified DesignerAutoFormat object to the end of the collection.
Public method Clear Removes all formats from the collection.
Public method Contains Determines whether the specified format is contained within the collection.
Public method Equals  Overloaded. Determines whether two Object instances are equal. (inherited from Object)
Public method GetHashCode  Serves as a hash function for a particular type. (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 DesignerAutoFormat object within the collection.
Public method Insert Inserts a DesignerAutoFormat 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 DesignerAutoFormat object from the collection.
Public method RemoveAt Removes the DesignerAutoFormat 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

Community Additions

ADD
Show: