pbAddToDesignerMenu - cCJMenuItem
Determines if the item should be added to the end user configuration dialog tab page
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbAddToDesignerMenu
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbAddToDesignerMenu to BooleanVariable |
| Write Access: | Set pbAddToDesignerMenu to BooleanVariable/Value |
Description
If pbAddToDesignerMenu is set to true, the item will be added as a designer menu item. These are the items that an end user may use to customize their menus and toolbars. They appear in the Commands tab page of the Customize Dialog, which is invoked by right clicking on a menubar or toolbar and selecting customize. See pbEnableCustomization for more on this.
Default is false.
Setting this property to true is the easiest way to add an item to the designer menu. You can also add items to a designer menu by creating cCJMenuItem objects inside of the cCJDesignerMenu object.