Click or drag to resize

VisualPropertiesGetItemHeight Method

Gets the item height.

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

Parameters

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

Return Value

Type: NullableInt32
The height value or null.
See Also