pbEnableCustomization - cCJCommandBarSystem
Determines if items can be customized by the end user
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbEnableCustomization
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbEnableCustomization to BooleanVariable |
| Write Access: | Set pbEnableCustomization to BooleanVariable/Value |
Description
pbEnableCustomization determines if menu items can be modified (moved and copied) by the end user. When true, the customize option will appear in the context menu when you right click on a menubar or toolbar. This enters an edit mode that allows for items to be moved, copied and created. It also displays a customize dialog which contains tab pages allowing you to add new items, add keyboard shortcuts and set options.
pbCustomizeShowOptionsPage allows you to hide or display the options tab page.
pbCustomizeShowKeyboardPage allows you to hide or display the keyboard shortcuts tab page.
The default value for this property is false.