pbAutoSetTabWorkspaceView - cDbScrollingClientArea
This specifies if the object should attempt to automatically determine if the view is being used as a tabbed workspace view
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbAutoSetTabWorkspaceView
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbAutoSetTabWorkspaceView to BooleanVariable |
| Write Access: | Set pbAutoSetTabWorkspaceView to BooleanVariable/Value |
Description
This specifies if the object should attempt to automatically determine if the view is being used as a tabbed workspace view ((pbTabbedWorkspaces = True).
This determination is made when the object is created. If for some reason, this determination is incorrect, you can set this to False and manually set pbTabWorkspaceView yourself. Hopefully this will never be needed.