PercentComboboxes
A collection of percent combobox controls.
PercentComboboxes Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of PercentComboboxes. |
| Item |
Object |
read |
Returns the PercentCombobox with the specified index or name as Long or String. |
PercentComboboxes Methods
| Method |
Returns |
Description |
| Add |
PercentCombobox |
Create a new PercentCombobox. |
| AnyItem |
Object |
Returns any PercentCombobox. |
| FirstItem |
Object |
Returns the first PercentCombobox. |
| ItemByID |
Object |
Returns the PercentCombobox with the specified ID. |
| ItemByRange |
Objects |
Returns the PercentComboboxes within the specified range. |
| LastItem |
Object |
Returns the last PercentCombobox. |
| MiddleItem |
Object |
Returns the middle PercentCombobox. |
| NextItem |
Object |
Returns the next PercentCombobox. |
| PreviousItem |
Object |
Returns the previous PercentCombobox. |