Click or drag to resize

PreviewHandlerSetBackgroundColor Method

Sets the background color of the preview handler.

Namespace:  ShellBoost.Core.Handlers
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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