IWindowImpl.

SetEnabled(bool) Method

Summary

Disables the window for example when a modal dialog is open.
Namespace
Avalonia.Platform
Containing Type
IWindowImpl

Syntax

void SetEnabled(bool enable)

Parameters

Name Type Description
enable bool true if the window is enabled, or false if it is disabled.

Return Value

Type Description
void