Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
TouchBar.SetCustomizationAllowedItemIdentifiers
Sets allowed items identifier.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
TouchBar | 6.5 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
MBS( "TouchBar.SetCustomizationAllowedItemIdentifiers"; TouchBarRef; List ) More
Parameters
Parameter | Description | Example |
---|---|---|
TouchBarRef | The reference number for the touch bar. | $TouchBar |
List | The list of items. |
Result
Returns OK or error.
Description
Sets allowed items identifier.The items that are presented in the customization palette for the user to add to the touch bar. These items will be presented to the user in the order specified in this array.
See also
- TouchBar.AssignToApp
- TouchBar.AssignToWindow
- TouchBar.GetCustomizationAllowedItemIdentifiers
- TouchBar.GetCustomizationRequiredItemIdentifiers
- TouchBar.SetCustomizationRequiredItemIdentifiers
Example Databases
This function checks for a license.
Created 1st November 2016, last changed 1st November 2016
TouchBar.SetAutomaticCustomizeTouchBarMenuItemEnabled - TouchBar.SetCustomizationIdentifier
