Returns or sets a value that specifies the placement of tabsùtop, bottom, left, or right.
Syntax
object.Placement [= integer]
The Placement 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 tabs' location, as described in Settings. |
Settings
The settings for integer are:
Constant | Value | Description |
tabPlacementTop | 0 | (Default) The tabs appear at the top of the control. |
tabPlacementBottom | 1 | The tabs appears at the bottom of the control. |
tabPlacementLeft | 2 | The tabs appears at the control's left. |
tabPlacementRight | 3 | The tabs appears at the control's right. |
Remarks
The Placement property also has an effect on the behavior of the TabStyle property. For example, if Placement is set to tabPlacementLeft, and TabStyle is set to tabTabOpposite, when the user clicks a tab, the remaining tabs will be repositioned at the right side of the control.