Skip to content

pbCustomizable - cCJAbstractCommandBar

Determines if the menubar or toolbar and all of its child items can be customized by the end user

Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None

Syntax

Property Boolean pbCustomizable
Access Type Syntax
Read Access: Get pbCustomizable to BooleanVariable
Write Access: Set pbCustomizable to BooleanVariable/Value

Description

pbCustomizable determines if the menubar or toolbar and all of its child items can be customized by the end user. The cCJCommandBarSystem's pbEnableCustomization property determines if the entire menubar / toolbar system can be customized. If this is allowed, the pbCustomizable determines if the specific menubar or toolbar can be customized. When true, you will be allowed to add, copy and move items within the bar and across similarly enabled menubars and toolbars.

The default value for menubars (cCJMenuBar) is False.

The default value for toolbars (cCJToolBar) is True.

You can further refine the customization process by disabling the customization of individual item controls by setting the cCJMenuItem's pbControlFlagNoMovable property.