A collection object that provides a mechanism for iterating through the Application windows.
Dim app As AgilentPNA835x.Application
Set app = CreateObject("AgilentPNA835x.Application", <analyzerName>)
Dim windows As NAWindows
Set windows = app.NAWindows
Methods |
Description |
---|---|
Adds a window to the NAWindows collection. |
|
Use to get a handle to a window in the collection. |
|
Removes a window from the NAWindows collection. |
|
Properties |
Description |
Returns the number of windows on the analyzer. |
|
Returns a handle to the current Application. |