Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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