All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

Dialog Class CATDlgSeparator

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---System.CATEventSubscriber
        |
        +---System.CATCommand
          |
          +---Dialog.CATDialog
            |
            +---Dialog.CATDlgControl
              |
              +---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(CATDialog* iParent,
const CATString& iObjectName,
CATDlgStyle 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 © 2003, Dassault Systèmes. All rights reserved.