Dropdowns
A collection of dropdown controls.
Dropdowns Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the dropdown with the specified index or name. |
| length |
Long |
read |
The number of dropdown in the collection. |
Dropdowns Methods
| Method |
Returns |
Description |
| add |
Dropdown |
Create a new dropdown. |
| anyItem |
Object |
Returns any dropdown. |
| firstItem |
Object |
Returns the first dropdown. |
| itemByID |
Object |
Returns the dropdown with the specified ID. |
| itemByRange |
Objects |
Returns the dropdowns within the specified range. |
| lastItem |
Object |
Returns the last dropdown. |
| middleItem |
Object |
Returns the middle dropdown. |
| nextItem |
Object |
Returns the next dropdown. |
| previousItem |
Object |
Returns the previous dropdown. |