Class: cCJAbstractCommandBar [Abstract]
Properties | Events | Methods | Index of Classes
Abstract class providing common basis for menubar and toolbar classes
Hierarchy
cObject > DfComAutomationObject > cComAutomationObject > cCJCommandBar > cCJAbstractCommandBar
Show full hierarchy and direct subclasses
- cObject
- DfComAutomationObject
- cComAutomationObject
- cCJCommandBar
- cCJAbstractCommandBar
- cCJMenuBar
- cCJToolbar
Library: Windows Application Class Library
Package: cCJCommandBarSystem.pkg
Mixins: cCJCommandBarMixin
Description
cCJAbstractCommandBar is an abstract class that provides the common layer for the cCJMenubar and cCJToolbar classes. Both of these classes use a common COM class (cCJCommandBar) as the basis for creating COM objects. The cCJAbstractCommandBar class wraps that class and adds the high level support that is common to both menubars and toolbars.
| Col 1 | Col 2 |
|---|---|
| Note: | For an overview on the commandbar system, refer to Using Menus, Toolbars and Statusbars |