Skip to content

pbTabbedWorkspaces - cCJCommandBarSystem

Determines whether tabbed workspace views are used

Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None

Syntax

Property Boolean pbTabbedWorkspaces
Access Type Syntax
Read Access: Get pbTabbedWorkspaces to BooleanVariable
Write Access: Set pbTabbedWorkspaces to BooleanVariable/Value

Description

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.