CoreWindow.Activate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Activates the window. This method is called to present the window on the screen.
public:
virtual void Activate() = Activate;
void Activate();
public void Activate();
function activate()
Public Sub Activate ()
Implements
Remarks
The window is presented if the app is the foreground window. If the app has more than one window, the activating window is presented when the app is set to the foreground.