Usage: you can derive this class.
public class CATDlgContainer
Base class for scrollable containers.
Role:
A container defines a scrollable area that can contain a single object.
this object could be a frame itself containing as many objects as you want.
If the container contents does not fit in the displayable area, horizontal
and/or vertical scroll bars are automatically created to allow scrolling
through this contents.
Use containers whenever you want to gather many objects in a small window area with scrollbars.
The container can have only one child object. This is usually a instance.
You can give a CATDlgContainer the dimensions of its contents for the first display
by using the method :
(CATDialog::)SetRectDimensions(1,1,-1,-1);
public CATDlgContainer( | iParent, | ||
const | iObjectName, | ||
iStyle | =NULL) |
public virtual ~CATDlgContainer( | ) |
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.