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