Click or drag to resize

VisualPropertiesGetFont Method

Gets the current attributes set on the font.

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public LOGFONT? GetFont(
	bool throwOnError = false
)

Parameters

throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

Type: NullableLOGFONT
The font or null.
See Also