IActivatableLifetimeTryEnterBackground Method
Tells the application that it should attempt to enter its background state.
For example on OSX this would be [NSApp hide]
Namespace: Avalonia.Controls.ApplicationLifetimesAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
bool TryEnterBackground()
Function TryEnterBackground As Boolean
abstract TryEnterBackground : unit -> bool
Return Value
Booleantrue if it was possible and the platform supports this. false otherwise