NX Open C++ Reference Guide
|
Displays message box
To obtain an instance of this class, refer to UI
Created in NX5.0.0.
More...
Public Types | |
enum | DialogType { DialogTypeError, DialogTypeWarning, DialogTypeInformation, DialogTypeQuestion } |
Describes type of message box. More... | |
Public Member Functions | |
int | Show (const NXString &title, NXOpen::NXMessageBox::DialogType msgboxType, const NXString &message) |
Show message box. | |
int | Show (const NXString &title, NXOpen::NXMessageBox::DialogType msgboxType, std::vector< NXString > &messages) |
Show message box. | |
tag_t | Tag () const |
Returns the tag of this object. |
Displays message box
To obtain an instance of this class, refer to UI
Created in NX5.0.0.
int NXOpen::NXMessageBox::Show | ( | const NXString & | title, |
NXOpen::NXMessageBox::DialogType | msgboxType, | ||
const NXString & | message | ||
) |
Show message box.
title | Title NOTE: The full Unicode character set is not supported for this parameter. |
msgboxType | Message box type |
message | Message NOTE: The full Unicode character set is not supported for this parameter. |
int NXOpen::NXMessageBox::Show | ( | const NXString & | title, |
NXOpen::NXMessageBox::DialogType | msgboxType, | ||
std::vector< NXString > & | messages | ||
) |
Show message box.
title | Title NOTE: The full Unicode character set is not supported for this parameter. |
msgboxType | Message box type |
messages | Multi-line message NOTE: The full Unicode character set is not supported for this parameter. |
tag_t NXOpen::NXMessageBox::Tag | ( | ) | const |
Returns the tag of this object.