IWindowImplSetEnabled Method
Disables the window for example when a modal dialog is open.
Namespace: Avalonia.PlatformAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
void SetEnabled(
bool enable
)
Sub SetEnabled (
enable As Boolean
)
abstract SetEnabled :
enable : bool -> unit
Parameters
- enable Boolean
- true if the window is enabled, or false if it is disabled.