Question
MessageBox.Show("Delete this record?","Payroll",MessageBoxButtons.YesNo,
MessageBoxIcon.Exclamation, MessageBoxDefaultButton.Button2).
a.
“Delete this record?”
b.
“Payroll”
c.
MessageBoxButtons.YesNo
d.
MessageBoxIcon.Exclamation
Posted under Visual Basic
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. Which is the caption part for the following Visual Basic command?
Similar Questions
Discover Related MCQs
Q. When referring to the method’s return value in code, one should use the __________ value rather than the integer.
View solution
Q. You use the __________ constant to include the Exclamation icon in a message box.
View solution
Q. The text box’s __________ event procedure prevents user from entering a specified character.
View solution
Q. A control’s KeyPress event occurs every time __________
View solution
Q. The procedure associated with the KeyPress event has __________ parameters.
View solution
Q. ‘e’ parameter’s __________ property is used to determine the pressed key.
View solution
Q. ‘e’ parameter’s __________ property is used to cancel the key if not accepted in the text area.
View solution
Q. You use the __________ tool to add a radio button to a form.
View solution
Q. Radio buttons are used to __________
View solution
Q. During runtime radio button can be selected, if a radio button is already selected or not by using the __________ property.
View solution
Q. Radio button in an interface is labeled using __________ property.
View solution
Q. A Radio button can be directly accessed from the keyboard using a __________
View solution
Q. You use the __________ tool to add a checkbox to a form.
View solution
Q. Checkbox are used to __________
View solution
Q. During runtime checkbox can be selected, if a checkbox is already selected or not by using the __________ property.
View solution
Q. Checkbox in an interface is labeled using __________ property.
View solution
Q. A checkbox can be directly accessed from the keyboard using a __________
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Visual Basic? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!