Class: cCJRestoreMenusMenuItem

Properties  Events  Methods    Index of Classes

A menu item which is used to restore the commandbar system's layout back to its original configuration

Hierarchy

cObject
---DfComAutomationObject
------cComAutomationObject
---------cCJCommandBarAction
------------cCJAction
---------------cCJMenuItem
------------------cCJRestoreMenusMenuItem

Library: Windows Application Class Library

Package: cCJStandardMenuItemClasses.pkg

Description

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_Object

See Also

cCJMenuItem