pbShowFullAfterDelay - cCJCommandBarSystem
Determines if full menus are shown after a small delay
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbShowFullAfterDelay
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbShowFullAfterDelay to BooleanVariable |
| Write Access: | Set pbShowFullAfterDelay to BooleanVariable/Value |
Description
pbShowFullAfterDelay determines hidden menus are shown after a small delay.
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.
Note: pbAlwaysShowFullMenus must be false for hidden commands to be hidden.
The default value is true, which means that hidden menus are shown after a delay.