Adds an element to this collection.

[VBScript]
Public Sub Add( _
   ByVal window As Window _
)
[JScript]
public function Add(
   window : Window
);

Parameters

window
The element to add to this collection.

See Also

WindowCollection Object | WindowCollection Members | HelpProducer Namespace