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; }
Public ReadOnly Property ParentWindow As Window
Get
member ParentWindow : Window with get
Property Value
Type:
WindowThe parent window, or null if it is not currently on a window
See Also