The left margin of the control.
Set_Property(OLECtrlEntID, "OLE.MarginLeft", Value) |
Value can be any positive or negative whole number:
Default: 8
The MarginLeft property sets the left margin, the space between the left side of the control and the beginning 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 left margin Set_Property(@Window:".OLE_SIGNATURE", "OLE.MarginLeft", 32) |