Click or drag to resize

SystemImageListGetSpecialFolderIcon(ShellFolder) Method

Returns the icon index of the passed special folder.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public static int GetSpecialFolderIcon(
	ShellFolder pSpecialFolder
)

Parameters

pSpecialFolder  ShellFolder
A constant from the ShellFolder1 enumeration.

Return Value

Int32
The index of the corresponding icon in the system image list.
See Also