Click or drag to resize

VisualPropertiesSetColor Method (VPCOLORFLAGS, Int32, Boolean)

Sets the color as specified.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public void SetColor(
	VPCOLORFLAGS flags,
	int color,
	bool throwOnError = true
)

Parameters

flags
Type: callback.ShellBoost.Core.WindowsShellVPCOLORFLAGS
The color flags.
color
Type: SystemInt32
The color (COLORREF).
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.
See Also