MetroFramework icon indicating copy to clipboard operation
MetroFramework copied to clipboard

Metro MessageBox

Open LiamKenyon opened this issue 10 years ago • 1 comments

Is this capable with this fork?

Or do i need to revert back to original fork? https://github.com/viperneo/winforms-modernui

As this seems to support it.

Also how would i go about calling a Metro MessageBox?

LiamKenyon avatar Mar 18 '14 10:03 LiamKenyon

i dont know what version of MetroFramework do you have but im almost sure that you can do that, and the metro MessageBox is call as this way. MetroFramework.MetroMessageBox.Show(this, "Message", "Title", MessageBoxButtons.OK, MessageBoxIcon.Error);

Onerky avatar Aug 18 '15 13:08 Onerky