QuickPads Object
Related Topics

image\validfor_amv.gif

Description

A collection object consisting of individual QuickPad objects.

Properties

Methods

Application

HideAll

Count

 

Item

 

Parent

 

Comments

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

Dim ses As Object, QPcoll As Object
Set ses = GetObject("Sess1.Ses")
Set QPcoll = ses.QuickPads