The margin of the control.
Set_Property(OLECtrlEntID, "OLE.Margin", Array) |
Array has the following structure:
| Pos | Name | Type | Description | Default |
|---|---|---|---|---|
| <1> | Left | Integer | The left margin | 8 |
| <2> | Top | Integer | The top margin | 8 |
| <3> | Right | Integer | The right margin | 8 |
| <4> | Bottom | Integer | The bottom margin | 32 |
The Margin property sets the control's margin. The sole purpose of the margin is to determine the signature line's position, assuming it's visible.

The top margin has no effect on the position of the signature baseline. It is reserved for future use.
// Set the margin Set_Property(@Window:".OLE_SIGNATURE", "OLE.Margin", 32:@FM:32:@FM:32:@FM:32) |
MarginBottom, MarginLeft, MarginRight, MarginTop