Represents a window abstraction. Provides methods and properties to manipulate the position and the state of the window.
  Activate | Activates the window. | 
  Close | Closes the window. | 
  GetServiceByName | Returns a service object that can be accessed at runtime. The method returns null if no service object is associated with the specified symbolic name. | 
  GetServiceByType | Returns a service object that can be accessed at runtime. The method returns null if no service object is associated with the specified service type. | 
  Caption | Gets or sets the window caption. Can only be set within UI plugins for the non unique windows they own. | 
  DockStyle | The window docking style. | 
  Height | The window height. | 
  Left | The window horizontal position. | 
  NoWBClose | Whether to close the window when the application workbook is loaded/closed. | 
  SupportsPinning | Returns whether the window supports pinning. | 
  Toolbars | Returns the window's toolbar collection. | 
  Top | The window vertical position. | 
  UnPinned | The window's pinned state. A window is considered to be unpinned if its pin icon is sideways, or it does not have a pin icon (e.g., when the window is floating, integrated, or dockable but not docked). | 
  Width | The window width. | 
  WindowState | The window state. | 





