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
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" ) ]
Created 29th November 2020, last changed 13th May 2021
Window.SetToolbarDisplayMode - Window.SetToolbarVisible
Feedback: Report problem or ask question.