ICoreWindow.Activate Method

Definition

Specifies a method that activates the window. This method is called to present the window on the screen.

public:
 void Activate();
void Activate();
public void Activate();
function activate()
Public Sub Activate ()

Remarks

The window will be presented if the app is the foreground window. If the app has more than one window, the activating window will be presented when the app is set to the foreground.

Applies to