Click or drag to resize

PreviewHandlerSetFont Method

Sets the font attributes to be used for 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 SetFont(
	LOGFONT font
)

Parameters

font
Type: callback.ShellBoost.Core.WindowsShellLOGFONT
The font structure containing the necessary attributes for the font to use.
See Also