Window.setTopmost

Handle setting the window to be the top-most. This makes the window not able to be lowered behind any others.

class Window
setTopmost
(
this T
)
(
bool topmost
)

Parameters

topmost bool

A boolean specifying if the window should be top-most or not.

Return Value

Type: auto

This window to aid method chaining.

Meta