Previous Topic: CloseAll


Item

Gets a specified window from the collection

Syntax

object.Item [index]

-or-

object index

Parameters

object

An expression that evaluates to a Windows object.

index

A Variant that is a Long or String representing the window.

If you specify a Long, the Item method fetches the object by its one-based index in the collection.

If you specify a String, it must be the window's caption.