NAWindows Collection


Description

A collection object that provides a mechanism for iterating through the Application windows.

Accessing the NaWindows collection

Dim app As AgilentPNA835x.Application
Set app = CreateObject("AgilentPNA835x.Application", <analyzerName>)

Dim windows As NAWindows
Set windows = app.NAWindows

See Also:

 

Methods

Description

Add

Adds a window to the NAWindows collection.

Item

Use to get a handle to a window in the collection.

Remove

Removes a window from the NAWindows collection.

Properties

Description

Count

Returns the number of windows on the analyzer.

Parent

Returns a handle to the current Application.