ComColors Object


Description

Provides access to the methods and properties used to modify the PNA Display and Print colors.

Accessing the ComColors object

Dim app As AgilentPNA835x.Application
Set app = CreateObject("AgilentPNA835X.Application")
Set displayColors = app.Preferences.DisplayColors
'or
'Set printColors = app.Preferences.PrintColors

displayColors.ActiveLabels = 657930

See Also:

(Bold Methods or Properties provide access to a child object)

Methods

Interface

See History

 

LoadTheme

IColors

Load a color theme from a disc file.

ResetTheme

IColors

Resets the current theme to the default PNA colors.

StoreTheme

IColors

Saves the current color theme to a disc file.

Properties

 

Description

ActiveLabels

IColors

Sets labels and grid frame colors in the active window.

ActiveBackground

IColors2

Set and return the background color for the active window on the PNA display or hardcopy print.

Background

IColors

Set and return the background color for the inactive windows on the PNA display or hardcopy print.

FailedTraces

IColors

Set and return the limit line color of failed traces.

Grid

IColors

Set and return the inner lines of all grid in all windows.

InactiveLabels

IColors

Set and return the Inactive (not selected) Window Labels.

Trace

IColors

Provides access to the ComTraceColors Object for setting colors for the first 8 traces

 

IColors History

I Interface

Introduced with PNA Rev:

IColors

9.0

IColors2

9.2