Syntax
MarginBottom = WidgetGetMarginBottom(Widget)
Description
Retrieves the current bottom 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 bottom margin is to be retrieved.
Return Value
Returns the bottom margin value as an Integer (in device-independent pixels, DIPs). Returns 0 or #False if the widget handle is invalid.
See Also
WidgetSetMarginBottom, WidgetSetMargin, WidgetGetMargin, WidgetGetMarginLeft, WidgetGetMarginTop, WidgetGetMarginRight
Supported OS
Windows, Linux