Click or drag to resize

ShellThumbnail.GetImageAsIcon 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.WindowsShell.GILIN
The input options.

Return Value

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