evanwon / WPFCustomMessageBox

A WPF clone of the native Windows/.NET MessageBox with extra features like custom button text.
124 stars 63 forks source link

Add overloads which take a "Window" param #12

Open RobSiklos opened 9 years ago

RobSiklos commented 9 years ago

Like the regular MessageBox methods, CustomMessageBox needs overloads of the various Show methods which take a Window parameter.

Otherwise, there is no way to specify the parent window and make the message box be modal for that window.