Multiple Choice
Assuming an application has a PictureBox control named profilePictureBox, which one of the following assignment statements will hide the PictureBox 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
Q4: Programmers sometimes say that literals are values
Q24: When a string is written into a
Q30: A control's name should never be changed
Q59: The only way to run a program
Q67: C# code is primarily organized in three
Q87: Each form and control in an application's
Q90: The Properties window contains a scrollable list
Q94: During design time, you can interact with
Q106: Which one of the following Button control
Q109: A control's Visible property cannot be modified