MultiPage.TabOrientation Property

Outlook Forms Script Reference

Returns or sets an Integer that specifies the location of the tabs on a MultiPage. Read/write.

Syntax

expression.TabOrientation

expression   A variable that represents a MultiPage object.

Remarks

The settings for TabOrientation are:

Value Description
0 The tabs appear at the top of the control (default).
1 The tabs appear at the bottom of the control.
2 The tabs appear at the left side of the control.
3 The tabs appear at the right side of the control.

If you use TrueType fonts, the text rotates when the TabOrientation property is set to 2 or 3. If you use bitmapped fonts, the text does not rotate.

See Also