Click or drag to resize

VisualProperties.GetFont Method

Gets the current attributes set on the font.

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

Parameters

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

Return Value

Type: Nullable<LOGFONT>
The font or null.
See Also