The top margin of the control.
Usage
Set_Property(OLECtrlEntID, "OLE.MarginTop", Value)
Values
Value can be any positive or negative whole number:
Default: 8
Remarks
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.
Example
// Set the top margin (though it won't make a difference) Set_Property(@Window:".OLE_SIGNATURE", "OLE.MarginTop", 32)