Property Boolean pbTabbedWorkspaces
Read Access: | Get pbTabbedWorkspaces to BooleanVariable |
Write Access: | Set pbTabbedWorkspaces to BooleanVariable/Value |
Set to True if you want to use tabbed workspace views.
If set True, your views (dbView) will need to add a scrolling container (cDbScrollingContainer / cScrollingContainer) and a scrolling client (cDbScrollingClientArea / cScrollingClientArea) object to work properly.
Default is False.
Views will normally be centered. To disable this, set the cCJCommandBarSystem object's pbCenterTabbedViews to False.
See Tabbed Workspace Interfaces for more information about implementing this interface.