cObject
---DfComAutomationObject
------cComAutomationObject
---------cCJCommandBarAction
------------cCJAction
---------------cCJMenuItem
------------------cCJRestoreMenusMenuItem
cCJRestoreMenusMenuItem is a menu item class, which is used to restore the commandbar system's layout back to its original configuration. This is the configuration as defined by your commandbar system's design time object layout. When executed, OnExecute sends the RestoreLayout to the commandbar system (cCJCommandBarSystem) object.
An object based on this class can be added to any popup menu, toolbar or context menu.
Object oRestoreMenusMenu is a cCJRestoreMenusMenuItem Set pbControlBeginGroup to True End_ObjectSee Also