Description
A collection object consisting of individual QuickPad objects.
Properties |
Methods |
|
|
|
|
|
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