All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ProductStructure Interface CATICtxMenuProvider

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATICtxMenuProvider
 

Usage: you can freely reimplement this interface.


interface CATICtxMenuProvider

Interface used to retrieve the contextual menu defined for an extended object.

See also:
CATIUIActivate


Method Index


o GetContextualMenu(CATBaseUnknown*,CATCmdContainer*)
Returns the contextual menu defined for the extended object.

Methods


o GetContextualMenu
public virtual HRESULT GetContextualMenu(CATBaseUnknown* iObj,
CATCmdContainer* oCtxMenu) = 0
Returns the contextual menu defined for the extended object.
Parameters:
iObj
The extended object.
oCtxMenu
The contextual menu for the extended object.

This object is included in the file: CATICtxMenuProvider.h
If needed, your Imakefile.mk should include the module: CATProductStructure1

Copyright © 2003, Dassault Systèmes. All rights reserved.