ActiveWindow Property

ActiveWindow returns the active window object. Returns an object. This is a read-only property.

Syntax

object.ActiveWindow

Example 1

This script displays all the properties in the Application object.

Example 2

This example demonstrates how to return the active window.

Debug .Print SurferApp.ActiveWindow

Used by: Application object