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