HandyControls icon indicating copy to clipboard operation
HandyControls copied to clipboard

Custom buttons in the warning

Open NotroDev opened this issue 3 years ago • 0 comments

Hi. HandyControls (custom version) introduces custom buttons, that can be created using code like this:

MessageBox.Show(new MessageBoxInfo
{
    Message = "Message",
    Caption = "Title",
    ConfirmContent = "Ok!"

});

But, maybe I'm blind, but I don't see an option to make something like this in the Warning and Error. Is this possible? If not, can you add this?

NotroDev avatar Jul 16 '22 19:07 NotroDev