Class: cCJTileHorizontally

Properties  Events  Methods    Index of Classes

A menu item which is used to horizontally tile views in an MDI application

Hierarchy

cObject
---DfComAutomationObject
------cComAutomationObject
---------cCJCommandBarAction
------------cCJAction
---------------cCJMenuItem
------------------cCJTileHorizontally

Library: Windows Application Class Library

Package: cCJStandardMenuItemClasses.pkg

Description

cCJTileHorizontally is menu item class, which is used to horizontally tile views in an MDI application. When executed, OnExecute sends the Tile_Windows_Horizontal 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 | cCJCascadeMenuItem | cCJTileVertically | cCJRestoreWindowsMenuItem | cCJMinimizeWindowsMenuItem | cCJArrangeIconsMenuItem