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