Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Sets toolbar style.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Toolbar Window | 11.0 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
Parameter | Description | Example |
---|---|---|
WindowRef | Window Reference is the unique OS level window ID. You can obtain this by using the Window.FindByTitle or Window.FindByIndex functions. Pass zero to access the frontmost window. | 0 |
Mode | The new style. Value can be Automatic, Expanded, Preference, Unified or UnifiedCompact. |
"Automatic" |
Returns OK or error.
Automatic | A style indicating that the system determines the toolbar’s appearance and location. |
Expanded | A style indicating that the toolbar appears below the window title. |
Preference | A style indicating that the toolbar appears below the window title with toolbar items centered in the toolbar. |
Unified | A style indicating that the toolbar appears next to the window title. |
UnifiedCompact | A style indicating that the toolbar appears next to the window title and with reduced margins to allow more focus on the window’s contents. |
Set toolbar stlye:
Set Variable [ $r ; Value: MBS( "Window.SetToolbarStyle"; 0 /* current */; "expanded" ) ]
This function checks for a license.
Created 29th November 2020, last changed 13th May 2021