OptionButton.Alignment Property (Outlook Forms Script)
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.
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.