NX Open C++ Reference Guide
Public Member Functions
NXOpen::CustomPopupMenu Class Reference

Represents Custom Popup Menu Item class
Created in NX6.0.4. More...

Inheritance diagram for NXOpen::CustomPopupMenu:
NXOpen::CustomPopupMenuItem NXOpen::TransientObject

List of all members.

Public Member Functions

NXOpen::CustomPopupMenuAddMenu (int menuId, const NXString &menuName)
 Adds and returns a menu to this menu.
NXOpen::CustomPopupMenuItemAddMenuItem (int menuItemId, const NXString &menuItemName)
 Adds and returns a menu item to this menu.
void AddMenuSeparator ()
 Adds a separator in the submenu
Created in NX6.0.4.
virtual ~CustomPopupMenu ()
 Frees the object from memory.

Detailed Description

Represents Custom Popup Menu Item class
Created in NX6.0.4.



Constructor & Destructor Documentation

Frees the object from memory.

After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.


Created in NX6.0.4.

License requirements : None


Member Function Documentation

NXOpen::CustomPopupMenu* NXOpen::CustomPopupMenu::AddMenu ( int  menuId,
const NXString menuName 
)

Adds and returns a menu to this menu.

Returns:
menu
Created in NX6.0.4.

License requirements : None
Parameters:
menuIdId of the menu
menuNamename of the menu
NOTE: The full Unicode character set is not supported for this parameter.
NXOpen::CustomPopupMenuItem* NXOpen::CustomPopupMenu::AddMenuItem ( int  menuItemId,
const NXString menuItemName 
)

Adds and returns a menu item to this menu.

Returns:
menu item
Created in NX6.0.4.

License requirements : None
Parameters:
menuItemIdId of the menu item
menuItemNamename of the menu item
NOTE: The full Unicode character set is not supported for this parameter.

Adds a separator in the submenu
Created in NX6.0.4.



License requirements : None


The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.