Skip to content

Visual Modeling

The command bar system objects are best built and understood by using the Studio’s Visual Designer. Objects are laid out by dragging menubars, toolbars, status bar panes, context menus, and menu items from the Class Palette into your project or view. Visual properties that are changed in the Property Panel are reflected immediately in the Visual Designer.

A default command bar system template is provided that makes it easy to start with a complete menu, toolbar, and status bar system, which can be used as a starting point for customization.

A number of cCJMenuItem sub-classes exist to perform commonly used operations such as:

  • Save
  • Delete
  • Copy
  • Cut
  • Paste

These classes and any sub-classes you choose to create are easily selected from the Studio’s Visual Designer.

See Also