All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

Dialog Class CATDlgBox

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---System.CATEventSubscriber
        |
        +---System.CATCommand
          |
          +---Dialog.CATDialog
            |
            +---CATDlgBox
 

Usage: you must use this class as is. You should never derive it.


public class CATDlgBox

Base class for all boxes, that is objects that are contained in a given object and that contain other objects.
Role: This class is the box object base class to gather dialog components in consistent sets inside a dialog window. These components are usually controls, but a box can often contain boxes.
This class cannot be instantiated.
Its derived classes are CATDlgContainer, CATDlgSplitter, CATDlgTabContainer, CATDlgTabPage, CATDlgFrame and CATDlgIconBox.
The parent of an instance of a class that derives from CATDlgBox must be an instance of a class that derives from CATDlgDocument, CATDlgDialog or also CATDlgBox.


Method Index


o GetContextualMenu()
Returns the contextual menu of the box if any.

Methods


o GetContextualMenu
public CATDlgContextualMenu* GetContextualMenu()
Returns the contextual menu of the box if any.

This object is included in the file: CATDlgBox.h
If needed, your Imakefile.mk should include the module: DI0PANV2

Copyright © 2003, Dassault Systèmes. All rights reserved.