TABSET_STYLE

Tab set style

WSupported on Windows

 

 

 

The TABSET_STYLE environment variable sets the initial style for all tabbed dialogs.

(optional) One or more of the following styles, separated by commas: (n)

MULTILINE = Multiple lines of tabs

VERTICAL = Left or right side

BOTTOM = Bottom or right

RIGHT = Bottom or right

If TABSET_STYLE is set to nothing, the default style is used.

If you’re using the SETLOG subroutine to set TABSET_STYLE, do so prior to calling the Toolkit U_START subroutine.

The environment or the [synergy], [dbr], or [myprog] section of synergy.ini (where myprog is any .dbr file).

UI Toolkit

The following example sets the global default tab set style to contain multiple rows of vertical tabs, on the right side of the tabbed dialog.

[synergy]
TABSET_STYLE=MULTILINE, VERTICAL, RIGHT