 |
The drop-down box at the top of the Properties Window is the
Object box. It displays the name of each object in the
application as well as its type. This display shows the Form
object. The Properties list is directly below this box. In
this list, you can scroll through the list of properties for the
selected object. You may select a property by clicking on it.
Properties can be changed by typing a new value or choosing from
a list of predefined settings (available as a drop down list).
Properties can be viewed in two ways:
Alphabetic and
Categorized.
A very important property for each object is its name.
The name is used by Visual Basic to refer to a particular object
in code.
|