Specifies where the tabs display on a PageFrame control. Read/write at design and run time.
PageFrame.TabOrientation [ = nValue ] |
Parameters
- nValue
-
Numeric data type. The following table lists the possible values for nValue.
nValue Setting 0
Top (default)
1
Bottom
2
Left
3
Right
Remarks
Applies To: PageFrame Control
You can usually specify hotkeys in Page captions by including the "\<" characters. Though Visual FoxPro functionally supports hotkeys when TabOrientation is set to left or right positions, the hotkeys do not visually display.
For Page objects, setting the TabOrientation property has no effect unless the font for the page caption is a TrueType or OpenType font. For more information, see Caption Property and FontName Property.