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