Click or drag to resize

VisualPropertiesSetColor Method (LOGFONT, Boolean, Boolean)

Sets attributes of the font.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public void SetColor(
	LOGFONT font,
	bool redraw = true,
	bool throwOnError = true
)

Parameters

font
Type: callback.ShellBoost.Core.WindowsShellLOGFONT
The font attributes.
redraw (Optional)
Type: SystemBoolean
if set to true [redraw].
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.
See Also