Description
- Closes the specified window(s) using a different technique than Window.Close().
Syntax
- Window.Close2(cl)
Parameters
- cl
- (mixed) caption list identifying target window(s)
Examples
- Window.Close2("under")
- Closes the window under the mouse.
Notes
- Window.Close2() may work when Window.Close() does not.
- Window.Close2() will also close hidden windows.