Item Property | |||||||||
Applies to: Windows collection See also: Count property read-only Returns a specific window in the collection. Syntax: object.Item(index) The Count syntax has these parts:
Remarks: The item property is the default property for a Windows collection. Therefore, the following two lines of code are equivalent:
|