ThemedControlHandlerTControl, TWidget, TCallbackGetNativeParentWindow Method |
Gets the window this control is contained in
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Window GetNativeParentWindow()
Public Function GetNativeParentWindow As Window
abstract GetNativeParentWindow : unit -> Window
override GetNativeParentWindow : unit -> Window
Return Value
Type:
WindowThe parent window, or null if it is not currently on a window
Implements
ControlIHandlerGetNativeParentWindowSee Also