| ExternalWindow Methods | 
The ExternalWindow type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | blur | 
                Removes focus from the window.
             | 
|  | bringToFront | 
                Brings the window to the front of the window stack.
             | 
|  | close | 
                Closes the window.
             | 
|  | focus | 
                Gives focus to the window.
             | 
|  | hide | 
                Hides the window.
             | 
|  | maximize | 
                Maximizes the window.
             | 
|  | minimize | 
                Minimizes the window.
             | 
|  | moveBy | 
                Moves the window by a specified amount.
             | 
|  | moveTo | 
                Moves the window to a specified location.
             | 
|  | resizeBy | 
                Resizes the window by the specified amount.
             | 
|  | resizeTo | 
                Resizes the window to the specified dimensions.
             | 
|  | restore | 
                Restores the window to its normal state (i.e., unminimized, unmaximized).
             | 
|  | setAsForeground | 
                Set's the window as the foreground window. 
                 The window is activated(focused) and brought to front. | 
|  | show | 
                Shows the window if it is hidden.
             | 
|  | showAt | 
                Shows the window if it is hidden at the specified location.
                 If the toggle parameter is set to true, the window will alternate between showing and hiding. | 
 See Also
See Also