The right margin of the control.
Set_Property(OLECtrlEntID, "OLE.MarginRight", Value) |
Value can be any positive or negative whole number:
Default: 8
The MarginRight property sets the right margin, the space between the right side of the control and the end of the signature line (if it is visible). In fact, that's all the margin really does: it determines the signature line's position.

// Set the right margin Set_Property(@Window:".OLE_SIGNATURE", "OLE.MarginRight", 32) |