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