All Frameworks Class Hierarchy This Framework Previous Next Indexes
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.
public CATDlgContextualMenu* GetContextualMenu( | ) |
Copyright © 2003, Dassault Systèmes. All rights reserved.