GetColor

Method of ISettings

Description

Get color value by name or hex value

Parameters

Return Value

Syntax

JavaScript

var pColor = Settings.GetColor(Value);

==== Visual Basic Script ====

pColor = Settings.GetColor Value

==== C++ ====

OLE_COLOR Color;
HRESULT hr = Settings.GetColor(Value, &Color);

===== See Also ===== ISettings