MenuSeparators
A collection of menu separators.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
MenuSeparator add( LocationOptions at, MenuElement reference, Object withProperties )
Creates a new menu separator.
Parameters
Number count()
Displays the number of elements in the MenuSeparator.
MenuSeparator item( Mixed index )
Returns the MenuSeparator with the specified index or name.
Parameters
MenuSeparator itemByID( Number id )
Returns the MenuSeparator with the specified ID.
Parameters
MenuSeparator itemByRange( Mixed from, Mixed to )
Returns the MenuSeparators within the specified range.
Parameters
MenuSeparator firstItem()
Returns the first MenuSeparator in the collection.
MenuSeparator lastItem()
Returns the last MenuSeparator in the collection.
MenuSeparator middleItem()
Returns the middle MenuSeparator in the collection.
MenuSeparator previousItem( MenuSeparator obj )
Returns the MenuSeparator with the index previous to the specified index.
Parameters
MenuSeparator nextItem( MenuSeparator obj )
Returns the MenuSeparator whose index follows the specified MenuSeparator in the collection.
Parameters
MenuSeparator anyItem()
Returns any MenuSeparator in the collection.
MenuSeparator everyItem()
Returns every MenuSeparator in the collection.
String toSource()
Generates a string which, if executed, will return the MenuSeparator.
MenuSeparator []( Number index )
Returns the MenuSeparator with the specified index.