TabStrip.TabOrientation Property (Outlook Forms Script)

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

Syntax

expression.TabOrientation

expression A variable that represents a TabStrip 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.

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.