Dialog CATDlgSubMenu
Usage: you can derive this class.
public class CATDlgSubMenu
Base class for submenus.
Role:Assign a CATDlgSubMenu to a menu bar.
Constructor and Destructor Index
- o
CATDlgSubMenu(CATDialog*,CATString&,CATDlgStyle)
- Constructor.
- o
~CATDlgSubMenu()
- Destructor.
Constructor and Destructor
o CATDlgSubMenu
public CATDlgSubMenu( | | iParent, |
| const | iObjectName, |
| | iStyle | =NULL) |
-
Constructor.
- Parameters:
-
- iParent
- The parent widget.
- iObjectName
- The internal name of the submenu.
- iStyle
- The style of the submenu.
Legal values:
- default
- The menu cannot be detached from its parent menu.
- CATDlgMnuPinnable
- The menu can be detached from its parent menu.
This style is ignored on Windows.
- CATDlgMnuHelp
- The menu is positionned at the rightmost position
in the menu bar.
o ~CATDlgSubMenu
public virtual ~CATDlgSubMenu( | ) |
-
Destructor.
This object is included in the file: CATDlgSubMenu.h
If needed, your Imakefile.mk should include the module: DI0PANV2
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.