pbCloseable - cCJAbstractCommandBar
Determines if a menubar or toolbar can be closed by the user
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbCloseable
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbCloseable to BooleanVariable |
| Write Access: | Set pbCloseable to BooleanVariable/Value |
Description
pbCloseable determines if a menubar or toolbar can be closed by the user. If True, the bar's name, psTitle, will appear when the user invokes the menubar or toolbar's context menu, allowing the user to show or hide bars. When False, the name will not appear in the context menu and the user will have no control over hiding or showing the bar.
The default value for menubars (cCJMenuBar) is False.
The default value for toolbars (cCJToolBar) is True.