NX Open C++ Reference Guide
|
Represents Custom Popup Menu Item class
Created in NX6.0.4.
More...
Public Member Functions | |
int | GetId () |
Returns Id of the menu item. | |
NXString | GetName () |
Returns name of the menu item. | |
void | SetDisabled () |
Sets the menu disabled Created in NX6.0.4. | |
virtual | ~CustomPopupMenuItem () |
Frees the object from memory. |
Represents Custom Popup Menu Item class
Created in NX6.0.4.
virtual NXOpen::CustomPopupMenuItem::~CustomPopupMenuItem | ( | ) | [virtual] |
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
Returns Id of the menu item.
Returns name of the menu item.
Sets the menu disabled
Created in NX6.0.4.
License requirements : None