AngleComboboxes
A collection of angle combobox controls.
AngleComboboxes Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the angle combobox with the specified index or name. |
| length |
Long |
read |
The number of angle comboboxes in the collection. |
AngleComboboxes Methods
| Method |
Returns |
Description |
| add |
AngleCombobox |
Creates a new angle combobox. |
| anyItem |
Object |
Returns a random angle combobox from the collection. |
| firstItem |
Object |
Returns the first angle combobox in the collection. |
| itemByID |
Object |
Returns the angle combobox with the specified ID. |
| itemByRange |
Objects |
Returns the angle comboboxes within the specified range. |
| lastItem |
Object |
Returns the last angle combobox in the collection. |
| middleItem |
Object |
Returns the middle angle combobox in the collection. |
| nextItem |
Object |
Returns the angle combobox following the specified angle combobox. |
| previousItem |
Object |
Returns the previous angle combobox. |
Previous post: AngleEditbox
Next post: AngleCombobox