Share via


IApplication.ActivateWindow(IWindow) Method

Definition

Request that the application brings to the front the given window.

public:
 virtual void ActivateWindow(Microsoft::Maui::IWindow ^ window);
public virtual void ActivateWindow (Microsoft.Maui.IWindow window);
abstract member ActivateWindow : Microsoft.Maui.IWindow -> unit
override this.ActivateWindow : Microsoft.Maui.IWindow -> unit
Public Overridable Sub ActivateWindow (window As IWindow)

Parameters

window
IWindow

The window to bring to the front.

Applies to