NX Open C++ Reference Guide
|
Implements the Event Object for Menu Buttons. More...
Public Member Functions | |
NXOpen::MenuBar::MenuButton * | ActiveButton () |
Returns the activated MenuButton. | |
int | ApplicationId () |
Returns the activated MenuButton's owning application identifier. | |
std::vector< NXString > | GetMenuAncestors () |
Get the ancestors of the active button. | |
NXString | MenuBarName () |
Returns the name of the menu bar. | |
virtual | ~MenuButtonEvent () |
Frees the object from memory. |
Implements the Event Object for Menu Buttons.
virtual NXOpen::MenuBar::MenuButtonEvent::~MenuButtonEvent | ( | ) | [virtual] |
Frees the object from memory.
After this method is called, it is illegal to use the object. In .NET and Java, his method is automatically called when the object is deleted by the garbage collector.
Created in NX6.0.0.
License requirements : None
Returns the activated MenuButton.
Created in NX6.0.0.
License requirements : None
Returns the activated MenuButton's owning application identifier.
Created in NX6.0.0.
License requirements : None
std::vector<NXString> NXOpen::MenuBar::MenuButtonEvent::GetMenuAncestors | ( | ) |
Get the ancestors of the active button.
Returns the name of the menu bar.
Created in NX6.0.0.
License requirements : None