Click or drag to resize

PreviewHandlerSetBackgroundColor Method

Sets the background color of the preview handler.

Namespace:  callback.ShellBoost.Core.Handlers
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual void SetBackgroundColor(
	int color
)

Parameters

color
Type: SystemInt32
The color value to use for the preview handler background.
See Also