Share via


PageWindow.Activate Method

SharePoint Designer Developer Reference

Activates the specified PageWindow object. When you have multiple objects open, you can use the Activate method to programmatically work with a specific PageWindow object.

Syntax

expression.Activate

expression   A variable that represents a PageWindow object.

Remarks

The Activate method has no effect on a windowless PageWindow object.

See Also