DesignerAutoFormatCollection Properties

 

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

NameDescription
System_CAPS_pubpropertyCount

Gets the number of DesignerAutoFormat objects in the collection.

System_CAPS_pubpropertyItem[Int32]

Gets or sets a DesignerAutoFormat object at the specified index in the collection.

System_CAPS_pubpropertyPreviewSize

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

System_CAPS_pubpropertySyncRoot

Gets an object that can be used to synchronize access to the DesignerAutoFormatCollection object.

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection::Count

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the number of elements that are contained in the collection when the DesignerAutoFormatCollection object is cast to an ICollection interface.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection::IsSynchronized

This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value that indicates whether access to the collection is synchronized (thread safe) when the DesignerAutoFormatCollection object is cast to an ICollection interface.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIList::IsFixedSize

This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value that indicates whether the collection has a fixed size when the DesignerAutoFormatCollection object is cast to an IList interface.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIList::IsReadOnly

This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this method, see IsReadOnly.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIList::Item[Int32]

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the element at the specified index when the DesignerAutoFormatCollection object is cast to an IList interface.

Return to top
Show: