The margin of the control.

Usage

Set_Property(OLECtrlEntID, "OLE.Margin", Array)

Values

Array has the following structure:

PosNameTypeDescriptionDefault
<1>LeftIntegerThe left margin8
<2>TopIntegerThe top margin8
<3>RightIntegerThe right margin8
<4>BottomIntegerThe bottom margin32

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)

See Also

MarginBottomMarginLeftMarginRightMarginTop

  • No labels