Dropdowns
A collection of dropdown controls.
Dropdowns Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of Dropdowns. |
| Item |
Object |
read |
Returns the Dropdown with the specified index or name as Long or String. |
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. |