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.
TabStyle Property
See Also Example Applies To
Returns or sets a value that determines how remaining rows of tabs in front of a selected tab are repositioned.
Syntax
object.TabStyle [= integer]
The TabStyle property syntax has these parts:
| Part | Description |
| object | An object expression that evaluates to an object in the Applies To list. |
| integer | A numeric expression specifying the how the remaining tabs will be repositioned, as shown in Settings. |
Settings
The settings for integer are:
| Constant | Value | Description |
| tabTabStandard | 0 | (Default) The remaining tabs remain on the same side of the control. |
| tabTabOpposite | 1 | The row of tabs in front of the selected tab are repositioned at the opposite side of the control. |