Click or drag to resize

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
)

Parameters

owner
Type: Eto.FormsWindow
Owner of the window
See Also