adplus-dvertising
frame-decoration

Question

In the new sub procedure of windows forms, the code calls a procedure named ………………., which adds and arranges the controls in the form.

a.

InitializeComponent

b.

AddComponet

c.

NewComponet

d.

SubComponent

Posted under VB NET Web Technologies

Answer: (a).InitializeComponent

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. In the new sub procedure of windows forms, the code calls a procedure named ………………., which adds and arranges the controls in the form.

Similar Questions

Discover Related MCQs

Q. ……………….. keyword is used to refer to the current object.

Q. The possible values for the FormBorderStyle property is/are the following
i) Fixed3D ii) None iii) FixedSingle iv) VariableDialog

Q. Form’s ………………. property is used to specify t he initial position on the screen.

Q. We can assign form’s start position property values from the FormStartPosition enumeration, with the following values.
i) Certerpart ii) CenterScreen iii) Manual iv) Location

Q. Which of the following is the correct way of assigning value “centerscreen” for form’s startposition property.

Q. ………….. class is built into the .Net Framework to display messages and accept input from the user.

Q. …………….. is a string expression displayed as the message in the dialog box.

Q. Which of the following is/are the possible values of MsgBoxResult returned from MsgBox function.
i) Ok ii) Cancel iiii) Abort iv) Retry v) Ignore

Q. ………………… is one of the MessageBoxDefaultButton enumeration values that specifies which is the default button for the message box.

Q. Which of the following is NOT the MessageBoxButtons enumeration value.

Q. Which of the following is/are the MessageBoxIcon enumeration values.
i) Astrisk ii) Error iii) Hand iv) Ok

Q. ……………… property returns a value of the ……………….. enumeration when the dialog box is closed.

Q. ……………… property of windows form sets the padding used between docked controls and the form’s edge.

Q. The Get and Set methods in the …………….. property to get and set the text in the text box.

Q. In mouse cursor option ………………. is a cursor for mouse wheel operations when the mouse is moving and the window is scrolling horizontally and vertically downward to the left.

Q. In mouse cursor option …………….. is a cursor for mouse wheel operations when the mouse is moving and the window is scrolling vertically in an upward direction.

Q. ………………… is a signed count of the number of rotation of the mouse wheel.

Q. Most of the functionally of  the text box control is simply inherited from the …………….. class, which is also the a base class for the rich text box control.

Q. …………….. control is generally used for editable text although it can also made read only.

Q. We can limit the amount of text entered into TextBox control by setting ……………… property to a specific number of characters.