LayoutGetParentWidget

Syntax

Widget = LayoutGetParentWidget(Layout=#Null)

Description

Retrieves the parent widget that directly hosts the given nested layout.

Parameters

Layout (optional)
The handle of the layout to query. If #Null, it queries the current active layout.

Return Value

Returns the handle to the parent Widget, or #False if this layout is a root layout directly on a window.

See Also

WidgetGetLayout, LayoutGetParentWindow

Supported OS

Windows, Linux