Control.ControlCollection Properties
.NET Framework 4.5
The Control.ControlCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of elements in the collection. (Inherited from ArrangedElementCollection.) |
|
IsReadOnly | Gets a value indicating whether the collection is read-only. (Inherited from ArrangedElementCollection.) |
|
Item[Int32] | Indicates the Control at the specified indexed location in the collection. |
|
Item[String] | Indicates a Control with the specified key in the collection. |
|
Owner | Gets the control that owns this Control.ControlCollection. |
| Name | Description | |
|---|---|---|
|
ICollection.IsSynchronized | For a description of this member, see the ICollection.IsSynchronized property. (Inherited from ArrangedElementCollection.) |
|
ICollection.SyncRoot | For a description of this member, see the ICollection.SyncRoot property. (Inherited from ArrangedElementCollection.) |
|
IList.IsFixedSize | For a description of this member, see the IList.IsFixedSize property. (Inherited from ArrangedElementCollection.) |
|
IList.Item | For a description of this member, see the IList.Item property. (Inherited from ArrangedElementCollection.) |