Window.setDisabled

Handle disabling the window. Windows only.

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

Parameters

disabled bool

A boolean specifying if the window should be disabled or not.

Return Value

Type: auto

This window to aid method chaining.

Meta