Applies to
TabbedBar controls
Description
Specifies whether to open the new tab from the left most or the right most location of the bar.
Usage
In scripts
The NewTabAtRightMost property takes a boolean value. Default is true (the right most location).
The following line specifies the tab to be opened from the left most location:
mditbb_1.NewTabAtRightMost = false