Syntax
ParentLayout = LayoutGetParentLayout(Layout=#Null)Description
Retrieves the layout container that hosts the given layout (via a parent widget).
Parameters
Layout (optional)
The handle of the layout to query. If #Null, it queries the
current active layout.
Return Value
Returns the handle of the parent Layout, or #False if
this is a root layout.
See Also
LayoutGetParentWidget, LayoutGetParentWindow
Supported OS
Windows, Linux