The left margin of the control.
Usage
Set_Property(OLECtrlEntID, "OLE.MarginLeft", Value)
Values
Value can be any positive or negative whole number:
Default: 8
Remarks
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.
Example
// Set the left margin Set_Property(@Window:".OLE_SIGNATURE", "OLE.MarginLeft", 32)