Unity-WinForms icon indicating copy to clipboard operation
Unity-WinForms copied to clipboard

Messagebox method overload

Open PrestigeDevop opened this issue 2 years ago • 0 comments

Hello , thanks for sharing this project ,

I want to know how how to implement additional classes like MessageBoxIcon e.g:

MessageBox.Show(
    "your message",
    "window title", 
    MessageBoxButtons.OK, 
    MessageBoxIcon.Warning // for Warning  
    //MessageBoxIcon.Error // for Error 
    //MessageBoxIcon.Information  // for Information
    //MessageBoxIcon.Question // for Question
); 

-invoke these events , from unity event system

PrestigeDevop avatar Sep 17 '23 05:09 PrestigeDevop