Write-only
About Display Colors

LoadTheme Method


Description

Load a color theme from a disc file.

VB Syntax

colors.LoadTheme (filename)

Variable

(Type) - Description

colors

A ComColors (object)

filename

(String) - Path and filename of the theme to load.

Return Type

Not Applicable

Default

Not Applicable

Examples

colors.LoadTheme = ("c:/Program Files/Keysight/Network Analyzer/Colors/Theme1.colors")

C++ Syntax

HRESULT LoadTheme(BSTR filename);

Interface

IColors


Last Modified:

5-Feb-2019

Changed IComColors to IColors

7-Aug-2009

MX New topic