Skip to content

Commandbar System Attributes

The cCJCommandBarSystem class supports a number of properties that are applied to the commandbar system and its components. For example, you can:

These are all designer properties, which can be selected from the Studio’s Property Panel.

The designer properties are reflected in the Visual Designer as needed.

Special Note

Not all of the Codejock COM properties have been exposed at this high level. Properties that are not exposed at this level can still be set by sending COM messages inside of the OnCreateCommandBars event.

See Also