TabOrientation Property
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
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.
See Also
Applies To: PageFrame Control