Which is the caption part for the following Visual Basic command?
MessageBox.Show("Delete this record?","Payroll",MessageBoxButtons.YesNo,MessageBoxIcon.Exclamation, MessageBoxDefaultButton.Button2).

Which is the caption part for the following Visual Basic command?

MessageBox.Show("Delete this record?","Payroll",MessageBoxButtons.YesNo,MessageBoxIcon.Exclamation, MessageBoxDefaultButton.Button2).
Correct Answer "Payroll"

Related Questions