Write-only |
About Display Colors |
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(x86)\Keysight\Network Analyzer\Colors\Theme1.colors") |
C++ Syntax |
HRESULT LoadTheme(BSTR filename); |
Interface |
IColors |