Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Clears a TouchBar assigned to a window.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Window TouchBar | 8.4 | ✅ 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 |
Returns OK or error.
Clear touch bar for front window:
MBS( "Window.ClearTouchBar"; 0 )
This function checks for a license.
Created 8th August 2018, last changed 10th April 2022