| WindowIHandlerSetOwner Method  | 
 
            Sets the owner of the window
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxvoid SetOwner(
	Window owner
)
Sub SetOwner ( 
	owner As Window
)
abstract SetOwner : 
        owner : Window -> unit 
Parameters
- owner
- Type: Eto.FormsWindow
 Owner of the window
 See Also
See Also