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