Programming-Chapter 2 Flashcards
An intro to Visual C#
1
Q
Controls can:
A
Display info
Allow user interaction
Do both of these
2
Q
Form
A
Is a blank canvas on which you place controls
3
Q
Controls at Design-time
A
The programmer
Selects the appropriate controls
Positions them on a form
Sets their properties
4
Q
Controls at run-time
A
Runs(executes) the program
Interacts with the controls
5
Q
Event handler
A
An event is a message raised by something when it wants to let others know about a situation that changed. A message sent to the system to evoke action