OptionButton.Alignment Property

Outlook Forms Script Reference

Returns or sets an Integer that indicates the position of a control relative to its caption. Read/write.

Syntax

expression.Alignment

expression   A variable that represents an OptionButton object.

Remarks

The possible values of Alignment is 0 or 1. A value of 0 places the caption to the left of the control. A value of 1 places the caption to the right of the control (default).

The caption text for a control is left-aligned.

See Also