3D PLM Enterprise Architecture |
User Interface - Dialogs |
CATDlgBoxBase class for boxes |
Quick Reference |
CATDialog | +---CATDlgBox
CATDlgBox is the base class for all boxes, that is objects that are contained in a given object and that contain other objects. Its derived classes are:
The parent of a instance of a class that derives from CATDlgBox must be an instance of a class that derives from CATDlgDocument, CATDlgDialog or also CATDlgBox. |
A CATDlgBox instance can be constructed as the base class of one of its derived class only.
The contextual menu of a CATDlgBox instance can be retrieved, if it exists, as follows.
CATDlgContextualMenu * pMenu = pBox->GetContextualMenu(); |
[Top]
Version: 1 [Jan 2000] | Document created |
[Top] |
Copyright © 2000, Dassault Systèmes. All rights reserved.