Activate method

Examples


The Activate method activates a window, making it the frontmost.

Syntax

window.Activate

Parameters

window – A window object.

Comments

If the window is minimized, the Activate method expands the window.

The BeforeActivate and AfterActivate events occur when you activate a window.


Documentation Feedback