Syntax
Success = WidgetSetMarginRight(Widget, Margin)
Description
Sets the right margin for the specified widget. The margin is the space around the widget, outside its border.
Parameters
Widget
The handle of the ProGUI widget.
Margin
The right margin value (Integer) in device-independent pixels (DIPs).
Return Value
Returns #True if the margin was successfully set, or #False if the widget handle was invalid.
Remarks
Setting the margin triggers a layout update.
See Also
WidgetGetMarginRight, WidgetSetMargin, WidgetSetMarginLeft, WidgetSetMarginTop, WidgetSetMarginBottom
Supported OS
Windows, Linux