Click or drag to resize

ThumbnailGetBitmapHandle Method

Retrieves the bitmap contained in the thumbnail

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public IntPtr GetBitmapHandle(
	bool throwOnError = true
)

Parameters

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

Return Value

Type: IntPtr
A Bitmap handle or Zero.
See Also