<< Click to display table of contents >> TSRVTabSet.OppositeTabPosition |
Displays tabs at the opposite side of the tab set control.
property OppositeTabPosition: Boolean;
By default, tabs are located at the top side (for a horizontal tab set) or at the left side (for a vertical tab set) of the control. This property moves them to the opposite side (bottom / right).
Default value:
False
See also:
•Kind