TabOrientation Property [Outlook 2003 Forms Help]

Specifies the location of the tabs on a MultiPage or TabStrip.

Syntax

object.TabOrientation [=TabOrientation]

The TabOrientation property syntax has these parts:

Part Description
object Required. A valid object.
TabOrientation Optional. Where the tabs will appear.

Settings

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.

Remarks

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.

Applies to | MultiPage control | TabStrip control