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:
- Change the visual theme (
peVisualTheme) - Select different menu animation options (
peAnimation) - Determine if text should appear below the images (
pbShowTextBelowIcons)
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.