Dialog CATDlgSeparator
Usage: you must use this class as is. You should never derive it.
public class CATDlgSeparator
Base class for separators.
Role:
The separator is used to leave thin vertical or horizontal empty areas between different
controls to help better visualize the different parts of a window or box.
Use separators whenever you want to clearly separate groups of controls in a dialog box.
Constructor and Destructor Index
- o
CATDlgSeparator(CATDialog*,CATString&,CATDlgStyle)
- Constructs a CATDlgSeparator.
- o
~CATDlgSeparator()
-
Constructor and Destructor
o CATDlgSeparator
public CATDlgSeparator( | | iParent, |
| const | iObjectName, |
| | iStyle | =NULL) |
-
Constructs a CATDlgSeparator.
- Parameters:
-
- iParent
- The parent of the separator.
- iObjectName
- The name of the separator.
- iStyle
- The style of the separator.
The style can be :
- CATDlgCtrHorizontal
- : the separator is horizontal (this is the default, if no value is passed),
- CATDlgCtrVertical
- : the separator is vertical.
o ~CATDlgSeparator
public virtual ~CATDlgSeparator( | ) |
-
This object is included in the file: CATDlgSeparator.h
If needed, your Imakefile.mk should include the module: DI0PANV2
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.