In the Visual Basic application, which of the following are listed in a properties window?

Items
Values
Attributes
Objects

The correct answer is: B. Values

A properties window is a window that displays the properties of an object. Properties are the characteristics of an object that can be changed. For example, the properties of a button might include its text, its size, and its color.

The values of a property are the specific settings that are used for that property. For example, the value of the text property of a button might be “Click Me”.

The other options are incorrect because:

  • Items are not listed in a properties window. Items are the individual elements of a collection. For example, the items in a list box are the individual items that are displayed in the list box.
  • Attributes are not listed in a properties window. Attributes are additional information about an object. For example, the attribute of a button might be its name.
  • Objects are not listed in a properties window. Objects are the entities that are created in a program. For example, a button is an object.
Exit mobile version