Click or drag to resize

PreviewHandlerSetTextColor Method

Sets the color of the text within 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 SetTextColor(
	int color
)

Parameters

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