DesignerRegionCollection Properties

 

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

NameDescription
System_CAPS_pubpropertyCount

Gets the number of DesignerRegion objects in the collection.

System_CAPS_pubpropertyIsFixedSize

Gets a value indicating whether the DesignerRegionCollection object has a fixed size.

System_CAPS_pubpropertyIsReadOnly

Gets a value indicating whether the DesignerRegionCollection object is read-only.

System_CAPS_pubpropertyIsSynchronized

Gets a value indicating whether access to the DesignerRegionCollection object is synchronized (thread safe).

System_CAPS_pubpropertyItem[Int32]

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

System_CAPS_pubpropertyOwner

Gets the control designer that owns the designer region collection.

System_CAPS_pubpropertySyncRoot

Gets an object that can be used to synchronize access to the DesignerRegionCollection 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. For a description of this member, see ICollection::Count.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection::IsSynchronized

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

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection::SyncRoot

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

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIList::IsFixedSize

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

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 member, see IList::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. For a description of this member, see IList::Item.

Return to top
Show: