Multiple Choice
To close an application's form in code, you use the statement ____________.
A) me.Quit( ) ;
B) this.Close( ) ;
C) form.Exit( ) ;
D) app.Stop( ) ;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q21: Ending a programming statement with a semicolon
Q22: If you want your code to execute
Q23: To change the BorderStyle property of a
Q24: When a string is written into a
Q25: Each form and control in an application's
Q27: You can use a(n) _ control to
Q28: Buttons are the only controls that respond
Q29: A line comment does not have to
Q30: A control's name should never be changed
Q31: C# identifiers can contain spaces after the