Click or drag to resize
MsiSettingsSetColor Method
Sets specified Color system variable.

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public void SetColor(
	string name,
	Color value,
	ref Color prop = null
)

Parameters

name
Type: SystemString
System variable name.
value
Type: System.DrawingColor
System variable value.
prop (Optional)
Type: System.DrawingColor
Optional property whose value will be set alongside.
Remarks
Stored value is of Integer type (ARGB value of specified color).
See Also