Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

Window.ConfigureToolbarMenu

Configures toolbar menu.

Component Version macOS Windows Linux Server iOS SDK
Toolbar Window 8.3 ✅ Yes ❌ No ❌ No ❌ No ❌ No
MBS( "Window.ConfigureToolbarMenu"; Mode )   More

Parameters

Parameter Description Example
Mode Pass 1 to disable menu completly.
Pass 2 to remove the show/hide command.
Pass 4 to remove the configuration command.
Pass 6 to remove both commands.
1

Result

Returns OK or error.

Description

Configures toolbar menu.
The plugin can watch what menu is about to show up for the toolbar.
We can remove menu or remove some entries.

Examples

Disable toolbar menus:

Set Variable [$r; Value: MBS( "Window.ConfigureToolbarMenu"; 1 ) ]

Release notes

Blog Entries

This function checks for a license.

Created 9th June 2018, last changed 9th October 2020


Window.ClearTouchBar - Window.Current