BUS4 092 Quiz: Quiz 7 - Chapter 7.docx

141 views3 pages
School
Department
Course
Professor

Document Summary

The me keyword refers to the current instance of the form. Which of the following will display the getstudentdataform form such that the programming statements that follow will not execute until the getstudentdataform is closed? getstudentdataform. open() Question 4 2 pts all of the following are true about the hide method of a form except ________. All of the following are true about the hide method of a form except ________. using the hide method removes the form from memory. A variable is accessible to statements outside the form if declared ________. as public and class-level. In order to add a menu to a form, you must place a ________ on the form. An event handler for a menu item is created by ________ in design view. manually declaring the event handler. The primary reason to use standard menu items, such as file, edit, help is ________. most users expect to see these items.