Syntax
Layout = WidgetGetParentLayout(Widget)Description
Retrieves the layout container that currently houses the specified widget.
Parameters
Widget
The handle of the widget.
Return Value
Returns the handle of the parent layout object, or
#False if the widget has no parent layout or the widget
handle is invalid.
See Also
WidgetGetParentWidget, WidgetGetParentWindow
Supported OS
Windows, Linux