ControlCollection
ControlCollection class
Control collection.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | Control |
Methods
| Name | Description |
|---|---|
| add | Add the Control object in the collection. |
| remove | Remove the Control object from the collection. |
| getControl | Gets the element at the specified index IX. |
| getControlFromId | Gets the element at the specified ID. |
| getControlFromName | Gets the element at the specified name. |
| clear | |
| removeAt | |
| iterator | Reserved for internal use. |