Click or drag to resize

VisualPropertiesSetItemHeight Method

Sets the specified item height in pixels.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public void SetItemHeight(
	int height,
	bool throwOnError = true
)

Parameters

height
Type: SystemInt32
The height in pixels.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.
See Also