ActiveWindow Property

Returns the currently active window in the WorkSpace or the Document object.

Syntax

object.ActiveWindow

Properties

The ActiveWindow property syntax has this part:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

Remarks

ActiveWindow is a read-only property of type Object.

When more than one window is open in the WorkSpace, the active window property setting is the window with the focus. If no documents are open, ActiveWindow returns nothing.

The active window is the window that appears in the foreground with a highlighted title bar.

The ActiveWindow property is useful for accessing the currently active window object.

 

Applies To