Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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
- Version 10.1
- Added Menu.List and MenuItem.List to list all IDs for menu entries.
Blog Entries
This function is free to use.
Created 5th March 2020, last changed 27th August 2023