SpinButton.Orientation Property (Outlook Forms Script)

Returns or sets an Integer that specifies whether the control is oriented vertically or horizontally. Read/write.

Syntax

expression.Orientation

expression A variable that represents a SpinButton object.

Remarks

The settings for Orientation are:

Value Description
-1 Automatically determines the orientation based upon the dimensions of the control (default).
0 Control is rendered vertically.
1 Control is rendered horizontally.

If you specify automatic orientation, the height and width of the control determine whether it appears horizontally or vertically. For example, if the control is wider than it is tall, it appears horizontally; if it is taller than it is wide, the control appears vertically.

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.