Skip to content

ElectronBrowserWindow.setTitleBarOverlay method

ElectronBrowserWindow › setTitleBarOverlay

Unofficial

On a window with Window Controls Overlay already enabled, updates the style of the title bar overlay (Windows only).

Signature:

setTitleBarOverlay(options: ElectronTitleBarOverlayOptions): void

Parameters:

Parameter Type Description
options ElectronTitleBarOverlayOptions The title bar overlay style.

Returns: void