| ApplicationWrapWindow Method  | 
 
            Wraps an existing window using the specified name.
            
 
    Namespace: 
   Openfin.Desktop
    Assembly:
   OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
 Syntax
Syntaxpublic Window WrapWindow(
	string name
)
Parameters
- name
- Type: SystemString
 The name of the window that is being wrapped.
Return Value
Type: 
WindowThe wrapped window.
 See Also
See Also