The margin of the control.
Usage
Set_Property(OLECtrlEntID, "OLE.Margin", Array)
Values
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 |
Remarks
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.
Example
// Set the margin Set_Property(@Window:".OLE_SIGNATURE", "OLE.Margin", 32:@FM:32:@FM:32:@FM:32)