| Window.Select | Part of Window module | 
| Syntax |  Window.Select (windowID : int) 
  | 
| Description |  The Window.Select selects the window that output is to be sent to. A selected window is defined as the window that output will be sent to. It can be invisible. When a program starts execution, the selected window is the main Run window. 
  | 
| Status |  Exported qualified. This means that you can only call the function by calling Window.Select, not by calling Select. 
  | 
| See also |  Window.Select and Window.SetActive. 
  |