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:

ParameterTypeDescription
optionsElectronTitleBarOverlayOptionsThe title bar overlay style.

Returns: void