Write-only
About Display Colors

StoreTheme Method


Description

Saves the current color theme to a disc file.

VB Syntax

colors.StoreTheme (filename)

Variable

(Type) - Description

colors

A ComColors (object)

filename

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

Return Type

Not Applicable

Default

Not Applicable

Examples

colors.StoreTheme = ("c:\Program Files(x86)\Keysight\Network Analyzer\Colors\Theme1.colors")

C++ Syntax

HRESULT StoreTheme(BSTR filename);

Interface

IColors