Click or drag to resize

VisualPropertiesSetColor Method (LOGFONT, Boolean, Boolean)

Sets attributes of the font.

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

Parameters

font
Type: 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