Skip to content

DesignerControlsCollection - cCJCommandBarSystem

Returns a handle to a collection of designer controls

Type: Function
Return Data Type: Handle

Syntax

Function DesignerControlsCollection Returns Handle

Call Example

Get DesignerControlsCollection to HandleVariable

Description

DesignerControlsCollection returns a handle to a cCJCommandBarControls object that contains a collection of all designer objects. Designer objects are the objects that appear at runtime in the configure panel and can be used by end users to customize their menus.

Menu items (buttons and popups) are added to the designer controls collection by setting a cCJDesignerMenu object's pbAddToDesignerMenu to true or by placing menu item objects within a cCJDesignerMenu object.

Note that this object is maintained by the cCJCommandBarSystem object and should not be destroyed.

Return Value

Returns a handle to a cCJCommandBarConrols object