Dialog 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 , , , , and .
The parent of an instance of a class that derives from CATDlgBox must be an instance of a class that derives from , or also CATDlgBox.


Method Index


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

Methods


o GetContextualMenu
public 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 © 1999-2014, Dassault Systèmes. All rights reserved.