Orientation Property

Microsoft Office Outlook 2003

Orientation Property

Specifies whether the SpinButton or ScrollBar is oriented vertically or horizontally.

Syntax

object.Orientation [=Orientation]

The Orientation property syntax has these parts:

Part Description
object Required. A valid object.
Orientation Optional. Orientation of the control.

Settings

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.

Remarks

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.