Click or drag to resize

ItemGetThumbnail Method

Gets the thumbnail for this item.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public Thumbnail GetThumbnail(
	int size = 0,
	WTS_FLAGS flags = WTS_FLAGS.WTS_NONE,
	bool preloadBitmap = false,
	bool throwOnError = true
)

Parameters

size (Optional)
Type: SystemInt32
The requested size.
flags (Optional)
Type: callback.ShellBoost.Core.WindowsShellWTS_FLAGS
A set of optional flags.
preloadBitmap (Optional)
Type: SystemBoolean
if set to true the related bitmap will be preloaded.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

Type: Thumbnail
A Thumbnail instance or null.
See Also