Open RobSiklos opened 9 years ago
Like the regular MessageBox methods, CustomMessageBox needs overloads of the various Show methods which take a Window parameter.
MessageBox
CustomMessageBox
Show
Window
Otherwise, there is no way to specify the parent window and make the message box be modal for that window.
Like the regular
MessageBox
methods,CustomMessageBox
needs overloads of the variousShow
methods which take aWindow
parameter.Otherwise, there is no way to specify the parent window and make the message box be modal for that window.