Skip to content

ElectronBrowserWindow.setThumbnailToolTip method

ElectronBrowserWindow › setThumbnailToolTip

Unofficial

Sets the tooltip displayed when hovering over the window thumbnail in the taskbar (Windows only).

Signature:

setThumbnailToolTip(toolTip: string): void

Parameters:

Parameter Type Description
toolTip string The tooltip text.

Returns: void