HandyControls
HandyControls copied to clipboard
Custom buttons in the warning
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?