The top margin of the control.
Set_Property(OLECtrlEntID, "OLE.MarginTop", Value) |
Value can be any positive or negative whole number:
Default: 8
The MarginTop property sets the top margin. All the margin really does is determine the signature line's position, but since the signature line is relative to the bottom of the control, this property currently has no effect. This property is essentially reserved for future use.

// Set the top margin (though it won't make a difference) Set_Property(@Window:".OLE_SIGNATURE", "OLE.MarginTop", 32) |