The bottom margin of the control.

Usage

Set_Property(OLECtrlEntID, "OLE.MarginBottom", Value)

Values

Value can be any positive or negative whole number:

Default: 32

Remarks

The MarginBottom property sets the bottom margin, the space between the bottom side of the control and the the signature line (if it is visible). In fact, that's all the margin really does: it determines the signature line's position.

Notice that the position of the signature baseline has no bearing whatsoever on the position of the signature. The signature line is merely present to guide the user on where to sign.

Example

// Set the bottom margin 
Set_Property(@Window:".OLE_SIGNATURE", "OLE.MarginBottom", 32)

See Also

Margin

  • No labels