private void RoyalButton3_Click(object sender, EventArgs e) { // Form Text Title Button RoyalMessageBox.Show(this, "This is a test content.", "This is a test caption.", MessageBoxButtons.RetryCancel); }
private void RoyalButton2_Click(object sender, EventArgs e) { // Form Text Title Button Icon Mode RoyalMessageBox.Show(this, "This is a test content.", "This is a test caption.", MessageBoxButtons.YesNoCancel, MessageBoxIcon.Warning, false); }