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: 9.5   10.0   10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2    Statistic    FMM    Blog  

TouchBar.ToggleCustomizationPalette

Show or dismiss the customization palette for the currently displayed touch bars.

Component Version macOS Windows Linux Server iOS SDK
TouchBar 6.5 ✅ Yes ❌ No ❌ No ❌ No ❌ No
MBS( "TouchBar.ToggleCustomizationPalette" )

Parameters

none

Result

Returns OK or error.

Description

Show or dismiss the customization palette for the currently displayed touch bars.
NSApplication validates this selector against whether the current touch bars are customizable and, if configured on a menu item, will standardize and localize the title. If the current system does not have touch bar support, the menu item will be automatically hidden.

Examples

Toggle Customization:

If [MBS( "TouchBar.Available" )]
    Set Variable [$r; Value:MBS("TouchBar.ToggleCustomizationPalette")]
Else
    Show Custom Dialog ["No TouchBar supported on this Mac."]
End If

See also

Example Databases

Created 1st November 2016, last changed 3th November 2016


TouchBar.SetPrincipalItemIdentifier - TouchBar.Visible

Feedback: Report problem or ask question.