All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown | +---System.IDispatch | +---System.CATBaseUnknown | +---System.CATEventSubscriber | +---System.CATCommand | +---Dialog.CATDialog | +---Dialog.CATDlgMenu | +---CATDlgContextualMenu
Usage: you can derive this class.
public class CATDlgContextualMenu
Base class for specifying an object's dependent menu.
Role:
The contextual menu is assigned to a given object, and can be accessed by
right clicking the object. It is used to offer context-dependent capabilities
to the end-user.
A contextual menu, like any other menu, is made of submenus, push items, check items, radio items, and separators. Use contextual menus whenever you want the end user to be able to access commands specific to the current object.
public CATDlgContextualMenu( | CATDialog* | iParent, | |
const CATString& | iObjectName, | ||
CATDlgStyle | iStyle | =NULL) |
Copyright © 2003, Dassault Systèmes. All rights reserved.