NTMessageBoxSimple.Show()
NTMessageBoxSimple.Show()
Definition
Creates a message box window.
For more information on using MessageBox windows, please see .NET MessageBox Class Documentation here.
Method Return Value
MessageBoxResult; an enum representing the button press used to close the MessageBox window.
Syntax
NTMessageBoxSimple.Show(Window input, string messageTxt, string caption, MessageBoxButton buttonSet, MessageBoxImage icon)

