Syntax
MarginLeft = WidgetGetMarginLeft(Widget)
Description
Retrieves the current left margin setting for the specified widget. The margin is the space around the widget, outside its border.
Parameters
Widget
The handle of the ProGUI widget whose left margin is to be retrieved.
Return Value
Returns the left margin value as an Integer (in device-independent pixels, DIPs). Returns 0 or #False if the widget handle is invalid.
See Also
WidgetSetMarginLeft, WidgetSetMargin, WidgetGetMargin, WidgetGetMarginTop, WidgetGetMarginRight, WidgetGetMarginBottom
Supported OS
Windows, Linux