Click or drag to resize

ControlParentWindow Property

Gets the window this control is contained in

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Window ParentWindow { get; }

Property Value

Type: Window
The parent window, or null if it is not currently on a window
See Also