private void colorizedButton1_Click(object sender, EventArgs e) { MsgboxResult result = MsgboxUI.Exlamation("Error!", "Error occured! The operation has been canceled."); }
private void shadedButton1_Click(object sender, EventArgs e) { MsgboxResult result = MsgboxUI.YesNoCancel("Warning!", "Are you sure you want to proceed with the operation?"); }