Answer the following statements true (T) or false (F)
1. To add a control, the user must write the code that instantiates the control object from a class.
2. The form acts as a container for components and controls.
4. The correct syntax for an event handler is eventName_controlName.
5. By looking up a control’s class and clicking the events section, you can determine all the events and the arguments that a control has
1. False. Although code needs to be written, dragging and dropping a control from the ToolBox will cause Visual Studio to automatically generate the code which instantiates the object and sets its basic properties.
3. True.
4. False, it’s controlName_eventName(sender, arguments).
5. True
You might also like to view...
The system that separates channels to avoid interference between calls is the ________ system
Fill in the blank(s) with correct word
Besides the processor, another part of the motherboard that frequently has heat sinks attached and controls what type and the number of expansion slots allowed on the motherboard is the __________
Fill in the blank(s) with correct word