Toolbars Object
Related Topics

image\validfor_amv.gif

Description

A collection object consisting of individual Toolbar objects.

Properties

Methods

Application

HideAll

Count

Item

Parent

 

Comments

You can retrieve a Toolbars object with the Toolbars property of the Session object. For example, as shown in the following code, the Toolbars object is returned and assigned to the object variable TBcoll.

Dim ses As Object, TBcoll As Object
Set ses = GetObject("Sess1.Ses")
Set TBcoll = ses.Toolbars