Click or drag to resize

ShellThumbnailGetImageAsIcon Method

Gets the image as an icon.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual ShellThumbnailAsIcon GetImageAsIcon(
	GILIN inOptions
)

Parameters

inOptions
Type: callback.ShellBoost.Core.WindowsShellGILIN
The input options.

Return Value

Type: ShellThumbnailAsIcon
An instance of the ShellThumbnailAsIcon class.
See Also