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