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): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| options | ElectronTitleBarOverlayOptions | The title bar overlay style. |
Returns: void