Click or drag to resize

SystemImageListHelperGetSpecialFolderIcon Method (EnvironmentSpecialFolder)

Returns the icon index of the passed special folder.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public static int GetSpecialFolderIcon(
	EnvironmentSpecialFolder pSpecialFolder
)

Parameters

pSpecialFolder
Type: SystemEnvironmentSpecialFolder
A constant from Environment.specialFolder

Return Value

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