Returns the MenuElement with the specified index.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| Number | readonly | The number of objects in the collection. |
Methods
Returns any MenuElement in the collection.
→ Number
Displays the number of elements in the MenuElement.
→ MenuElement[]
Returns every MenuElement in the collection.
Returns the first MenuElement in the collection.
Returns the MenuElement with the specified index or name.
→ MenuElement[]
Returns the MenuElements within the specified range.
from
LongInteger | MenuElement | String
The MenuElement, index, or name at the beginning of the range. Can accept: MenuElement, Long Integer or String.
to
LongInteger | MenuElement | String
The MenuElement, index, or name at the end of the range. Can accept: MenuElement, Long Integer or String.
Returns the last MenuElement in the collection.
Returns the middle MenuElement in the collection.
Returns the MenuElement whose index follows the specified MenuElement in the collection.
Returns the MenuElement with the index previous to the specified index.
→ String
Generates a string which, if executed, will return the MenuElement.
Object of 2
Properties elsewhere that hold a MenuElements.