The right margin of the control.

Usage

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

Values

Value can be any positive or negative whole number:

Default: 8

Remarks

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

Example

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

See Also

Margin

  • No labels