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

MessageBox.Show("Delete this record?","Payroll",MessageBoxButtons.YesNo,
MessageBoxIcon.Exclamation, MessageBoxDefaultButton.Button2).
a. “Delete this record?”
b. “Payroll”
c. MessageBoxButtons.YesNo
d. MessageBoxIcon.Exclamation
Answer: “Payroll”

Leave a Comment