Visual Basic Concepts

Contents of the Object Browser

See Also

The Object Browser displays information in a three-level hierarchy, as shown in Figure 9.2. Beginning from the top, you can select from available projects and libraries, including your own Visual Basic projects, using the Project/Library box.

Figure 9.2   Viewing a class's members in the Object Browser

Tip   When you're in either the Classes list or the Members list, typing the first character of a name will move to the next name that begins with that character.

Controlling the Contents of the Object Browser

The context menu, shown in Figure 9.3, provides an alternative to the Copy and View Definition buttons on the Object Browser. It also allows you to open the References dialog box, and — if a class or member is selected — to view the properties of the selected item. You can set descriptions for your own objects using this menu item, as described in "Adding Descriptions for Your Objects."

Figure 9.3   The Object Browser's context menu

Right-clicking on the Object Browser brings up the context menu. In addition to the functions mentioned above, the context menu controls the contents of the Classes list and the Members list.

Tip   When Group Members is selected, typing the first letter of a name will jump to the next name that begins with that character, even if the name is in another group.