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. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Represents Custom Popup Menu Item class
Created in NX6.0.4.
|
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
int NXOpen::CustomPopupMenuItem::GetId | ( | ) |
Returns Id of the menu item.
NXString NXOpen::CustomPopupMenuItem::GetName | ( | ) |
Returns name of the menu item.
void NXOpen::CustomPopupMenuItem::SetDisabled | ( | ) |
Sets the menu disabled
Created in NX6.0.4.
License requirements : None