![]() |
Previous | Next |
The Item method retrieves the Window with the specified index.
Syntax
Application.Windows.Item(index)
Parameters
index
Number containing the index of the Window to retrieve.
Return Values
This method returns a Number (long).
Remarks
This method is used in conjunction with the Windows.FindByName method to retrieve the Window object representing the browser window that opens when the user clicks the Learn More button in the Publish Wizard. In order to close this window after the user is finished selecting e-services, the Window.Close method must be called. This returns the user to the main Publish Wizard dialog box.
See Also
Previous | Next |