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