Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

MenuItem.List

Queries list of all IDs for menu item objects.

Component Version macOS Windows Linux Server iOS SDK
Menu 10.1 ✅ Yes ✅ Yes ❌ No ❌ No ❌ No
MBS( "MenuItem.List" )

Parameters

none

Result

Returns list or error.

Description

Queries list of all IDs for menu item objects.
You may use the list to loop over the entries and apply some styles to all.

Examples

List all object IDs:

Set Variable [$list; Value: MBS( "MenuItem.List" ) ]

Release notes

Blog Entries

This function is free to use.

Created 5th March 2020, last changed 27th August 2023


MenuItem.IsSeparatorItem - MenuItem.Release

💬 Ask a question or report a problem