Specifies the location of the tabs on a MultiPage or TabStrip.
Syntax
object.TabOrientation [= fmTabOrientation]
The TabOrientation property syntax has these parts:
| Part | Description |
|---|---|
| object | Required. A valid object. |
| fmTabOrientation | Optional. Where the tabs will appear. |
Settings
The settings for fmTabOrientation are:
| Constant | Value | Description |
|---|---|---|
| fmTabOrientationTop | 0 | The tabs appear at the top of the control (default). |
| fmTabOrientationBottom | 1 | The tabs appear at the bottom of the control. |
| fmTabOrientationLeft | 2 | The tabs appear at the left side of the control. |
| fmTabOrientationRight | 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 fmTabOrientationLeft or fmTabOrientationRight. If you use bitmapped fonts, the text does not rotate.