3D PLM Enterprise Architecture

User Interface - Dialogs

CATDlgBox

Base 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:


Containment Parent
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.

Programmer's Guide

A CATDlgBox instance can be constructed as the base class of one of its derived class only.

Retrieving the Contextual Menu

The contextual menu of a CATDlgBox instance can be retrieved, if it exists, as follows.

CATDlgContextualMenu * pMenu = pBox->GetContextualMenu();

[Top]


History

Version: 1 [Jan 2000] Document created
[Top]

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