Class: cCJCascadeMenuItem
Properties | Events | Methods | Index of Classes
A menu item which is used to cascade views in an MDI application
Hierarchy
cObject > DfComAutomationObject > cComAutomationObject > cCJCommandBarAction > cCJAction > cCJMenuItem > cCJCascadeMenuItem
Show full hierarchy and direct subclasses
- cObject
- DfComAutomationObject
- cComAutomationObject
- cCJCommandBarAction
- cCJAction
- cCJMenuItem
- cCJCascadeMenuItem
Library: Windows Application Class Library
Package: cCJStandardMenuItemClasses.pkg
Description
cCJCascadeMenuItem is menu item class, which is used to cascade views in an MDI application. When executed, OnExecute sends the Cascade_Windows message to the ClientArea object.
If the ClientArea object is not defined, no message is sent. This class should only be used with cCJCommandBarSystem objects that are used as the main MDI commandbar system.
An object based on this class can be added to any popup menu, toolbar or context menu.
Object oWindowMenu is a cCJMDIWindowsMenuItem
Set peControlType to xtpControlPopup
Set psCaption to "&Window"
Set psToolTip to "Window"
Set psDescription to "Display Current Views and set other display options."
:
Object oCascadeMenu is a cCJCascadeMenuItem
Set pbControlBeginGroup to True
End_Object
Object oHorizTile is a cCJTileHorizontally
End_Object
Object oVertTile is a cCJTileVertically
End_Object
Object oMinimizeMenuItem is a cCJMinimizeWindowsMenuItem
Set pbControlBeginGroup to True
End_Object
Object oRestoreMenuItem is a cCJRestoreWindowsMenuItem
End_Object
Object oArrangeIconsMenuItem is a cCJAutoArrangeIconsMenuItem
Set pbControlBeginGroup to True
End_Object
End_Object
See Also
cCJMenuItem | cCJTileHorizontally | cCJTileVertically | cCJRestoreWindowsMenuItem | cCJMinimizeWindowsMenuItem | cCJArrangeIconsMenuItem