adplus-dvertising
frame-decoration

Question

What is the correct syntax to designate a default button?

a.

Form.default=button1

b.

Form.defaultButton=button1

c.

Form.AcceptButton=button1

d.

Form.focused=button1

Answer: (c).Form.AcceptButton=button1

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the correct syntax to designate a default button?

Similar Questions

Discover Related MCQs

Q. __________ is used to add a GroupBox to the interface.

Q. __________ is used to separate related controls from other controls in the form.

Q. When you delete a groupbox the controls inside it are __________

Q. Use __________ for the optional label entered in the groupbox’s text property.

Q. The __________ method creates a periodic payment on either a loan or an investment.

Q. The number that appears after the period in the __________ value indicates the order in which the controls were added to the groupbox.

Q. The TabIndex value of a group box is 5. If the txtName control was the first control added to the group box, its TabIndex value will be __________

Q. Which of the following calculates the quarterly payment on a loan of $6000 for 3 years at 9% interest? Payments should be expressed as a negative number.

Q. An application communicates with the user through __________

Q. One can display a message box using the __________ method.

Q. When referring to the method’s return value in code, one should use the __________ value rather than the integer.

Q. You use the __________ constant to include the Exclamation icon in a message box.

Q. The text box’s __________ event procedure prevents user from entering a specified character.

Q. A control’s KeyPress event occurs every time __________

Q. The procedure associated with the KeyPress event has __________ parameters.

Q. ‘e’ parameter’s __________ property is used to determine the pressed key.

Q. ‘e’ parameter’s __________ property is used to cancel the key if not accepted in the text area.

Q. You use the __________ tool to add a radio button to a form.

Q. Radio buttons are used to __________

Q. During runtime radio button can be selected, if a radio button is already selected or not by using the __________ property.