Chapter 3 - Final Flashcards
0
Q
What is a picturebox?
A
used to display a graphic image.
1
Q
What is forecolor?
A
color displayed in the text of the object.
2
Q
Visible property ?
A
property is set to True so that any object you place on the Windows Form object is displayed when the program runs.
3
Q
How to assign property values in code?
A
objectname.property = propertyvalue