Window.setToolWindow

Handle changing the window to a tool window. Windows only.

class Window
version(Windows)
setToolWindow
(
this T
)
()

Parameters

toolWindow bool

A boolean specifying if the window should be a tool window or not.

Return Value

Type: auto

This window to aid method chaining.

Meta