pbAlwaysShowFullMenus - cCJCommandBarSystem
Determines if "hidden" menu item should always be shown
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbAlwaysShowFullMenus
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbAlwaysShowFullMenus to BooleanVariable |
| Write Access: | Set pbAlwaysShowFullMenus to BooleanVariable/Value |
Description
This determines if "hidden" menu items should always be shown. Hidden menu items are infrequently used commands that have been marked as hidden using the pbAutoHideUnusedPopups property or the ComAddHiddenCommand method in the cCJCommandBarsOptions class.
If pbAlwaysShowFullMenus is false, a hidden command will not be displayed in popup menus until the user clicks on the "expand menu" button or after a short delay when pbShowFullAfterDelay is true.
The default value is true, which means that menus are always shown.