pbAutoHideUnusedPopups - cCJCommandBarSystem
Specifies if unused popups will be hidden
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbAutoHideUnusedPopups
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbAutoHideUnusedPopups to BooleanVariable |
| Write Access: | Set pbAutoHideUnusedPopups to BooleanVariable/Value |
Description
The pbAutoHideUnusedPopups property specifies whether unused popups will be hidden (i.e. an infrequently used menu).
When true, the popup menus behave similar to the Windows Start menu. If all controls in a popup control are hidden, then the entire popup control will be hidden as well. When false, the popup control will always be displayed, even if all controls in the popup menu are hidden.
Note: pbAlwaysShowFullMenus must be false for hidden commands to be hidden.