- A When the user right-clicks on a control, points at Apply pattern, and clicks a specific pattern.
- B When the form is built or rebuilt.
- C When the form fully complies with the pattern and is saved.
- D When the control the pattern was applied to loses focus in the designer.
- Share this MCQ
Answer:
C
Share this MCQ
Justification:
- A form pattern may be chosen and applied during the development process, but it is not fully applied until the form is fully compiled and saved with the chosen pattern applied.
- Building or rebuilding the form element builds the .NET module that the element is included in; however, the pattern is not fully applied until a compile and save is performed.
- You must first set the form you want to preview as the Startup object for the project. This can be done by right-clicking the form from the Solution Explorer and selecting “Set as startup object.” Then, you may proceed with building and running the project by pressing CTRL + F5.
- A rebuild of the form will cause the element to be rebuilt and compiled and checked for errors; however, it will not run the form unless it is set as the startup object first.
Related Lesson: Check Form Pattern
Click me to Read more Question & Answer of Module 9: Form PatternsShare this MCQ