Multiple Choice
Assuming an application has a PictureBox control named profilePictureBox, which one of the following assignment statements will hide the PictureBox from the user at run time?
A) profilePictureBox.Visible = False;
B) profilePictureBox.Visible = false;
C) profilePictureBox.Invisible = True;
D) profilePictureBox.Invisible = true;
Correct Answer:

Verified
Correct Answer:
Verified
Q119: To remove a control from a form,
Q120: Which of the following statements would display
Q121: You can detach the code editor window
Q122: By default, a Label control's text is
Q123: A _ property can be set to
Q125: The standard Windows close button is the
Q126: When Button control is created, its Text
Q127: When a piece of data such as
Q128: A control's _ property identifies the control
Q129: In C# code, _ are required to