class
ControlCollection
Source: aspose.
Control collection.
Methods
add() → Number
Add the Control object in the collection.
- Returns
-
Number
clear()
get()
getControl(IX) → Control
Gets the element at the specified index IX.
Parameter
| Name | Type | Optional | Description |
|---|---|---|---|
|
IX |
Number |
|
- Returns
getControlFromId(ID) → Control
Gets the element at the specified ID.
Parameter
| Name | Type | Optional | Description |
|---|---|---|---|
|
ID |
Number |
|
- Returns
getControlFromName(name) → Control
Gets the element at the specified name.
Parameter
| Name | Type | Optional | Description |
|---|---|---|---|
|
name |
String |
|
- Returns
getCount()
iterator()
Reserved for internal use.
remove()
Remove the Control object from the collection.