The members of System.Web.UI.Design.DesignerAutoFormatCollection are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Web.UI.Design.DesignerAutoFormatCollection class. |
[read-only] | Count | int.
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] | PreviewSize | System.Drawing.Size.
Gets the maximum outer dimensions of the control as it will appear at run time. |
[read-only] | SyncRoot | object.
Gets an object that can be used to synchronize access to the System.Web.UI.Design.DesignerAutoFormatCollection object. |
Add(DesignerAutoFormat)
| ||
Clear()
| ||
Contains(DesignerAutoFormat)
| ||
IndexOf(DesignerAutoFormat)
| ||
Insert(int, DesignerAutoFormat)
| ||
Remove(DesignerAutoFormat)
| ||
RemoveAt(int)
|
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.Count | int.
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.IsFixedSize | bool.
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.IsReadOnly | bool.
For a description of this method, see IList.IsReadOnly. |
[read-only] | ICollection.IsSynchronized | bool.
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.Item | object. 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. |