System.Web.UI.Design.DesignerAutoFormatCollection Members

The members of System.Web.UI.Design.DesignerAutoFormatCollection are listed below.

See Also: Inherited members from System.Object

Public Constructors

Public Properties

[read-only]
Countint.

Gets the number of System.Web.UI.Design.DesignerAutoFormat objects in the collection.

[read-only]
default property
Item(int)DesignerAutoFormat. Documentation for this section has not yet been entered.
[read-only]
PreviewSizeSystem.Drawing.Size.

Gets the maximum outer dimensions of the control as it will appear at run time.

[read-only]
SyncRootobject.

Gets an object that can be used to synchronize access to the System.Web.UI.Design.DesignerAutoFormatCollection object.

Public Methods

Add(DesignerAutoFormat) : int

Adds the specified System.Web.UI.Design.DesignerAutoFormat object to the end of the collection.

Clear()

Removes all formats from the collection.

Contains(DesignerAutoFormat) : bool

Determines whether the specified format is contained within the collection.

IndexOf(DesignerAutoFormat) : int

Returns the index of the specified System.Web.UI.Design.DesignerAutoFormat object within the collection.

Insert(int, DesignerAutoFormat)

Inserts a System.Web.UI.Design.DesignerAutoFormat object into the collection at the specified index.

Remove(DesignerAutoFormat)

Removes the specified System.Web.UI.Design.DesignerAutoFormat object from the collection.

RemoveAt(int)

Removes the System.Web.UI.Design.DesignerAutoFormat object at the specified index within the collection.

Explicitly Implemented Interface Members

IList.Add

Adds an item to the collection when the System.Web.UI.Design.DesignerAutoFormatCollection object is cast to an IList interface.

IList.Contains

Determines whether the collection contains a specific value when the System.Web.UI.Design.DesignerAutoFormatCollection object is cast to an IList interface.

ICollection.CopyTo

Copies the elements of the collection to an Array object, starting at a particular Array index when the System.Web.UI.Design.DesignerAutoFormatCollection object is cast to an ICollection interface.

[read-only]
ICollection.Countint.

Gets the number of elements that are contained in the collection when the System.Web.UI.Design.DesignerAutoFormatCollection object is cast to an ICollection interface.

IEnumerable.GetEnumerator

Returns an IEnumerator interface that iterates through the collection when the System.Web.UI.Design.DesignerAutoFormatCollection object is cast to an IEnumerable interface.

IList.IndexOf

Determines the index of a specific item in the collection when the System.Web.UI.Design.DesignerAutoFormatCollection object is cast to an IList interface.

IList.Insert

Inserts an item into the collection at the specified index when the System.Web.UI.Design.DesignerAutoFormatCollection object is cast to an IList interface.

[read-only]
IList.IsFixedSizebool.

Gets a value that indicates whether the collection has a fixed size when the System.Web.UI.Design.DesignerAutoFormatCollection object is cast to an IList interface.

[read-only]
IList.IsReadOnlybool.

For a description of this method, see IList.IsReadOnly.

[read-only]
ICollection.IsSynchronizedbool.

Gets a value that indicates whether access to the collection is synchronized (thread safe) when the System.Web.UI.Design.DesignerAutoFormatCollection object is cast to an ICollection interface.

IList.Itemobject. Documentation for this section has not yet been entered.
IList.Remove

Removes the first occurrence of a specific object from the collection when the System.Web.UI.Design.DesignerAutoFormatCollection object is cast to an IList interface.

IList.RemoveAt

Removes the item at the specified index when the System.Web.UI.Design.DesignerAutoFormatCollection object is cast to an IList interface.