ControlCollection
Contents
[
Hide
]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. |
ControlCollection.Count property
Type: int
ControlCollection.Item (int) property
Type: Control
add(item)
Add the Control object in the collection.
remove(item)
Remove the Control object from the collection.
getControl(IX)
Gets the element at the specified index IX.
| Parameter | Type | Description |
|---|---|---|
| IX | int |
getControlFromId(ID)
Gets the element at the specified ID.
| Parameter | Type | Description |
|---|---|---|
| ID | int |
getControlFromName(name)
Gets the element at the specified name.
| Parameter | Type | Description |
|---|---|---|
| name | String |
clear()
removeAt(index)
iterator()
Reserved for internal use.