Click or drag to resize

SystemImageListHelperGetSpecialFolderIcon(EnvironmentSpecialFolder, Boolean) Method

Returns the icon index of the passed special folder.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public static int GetSpecialFolderIcon(
	EnvironmentSpecialFolder pSpecialFolder,
	bool pOpened
)

Parameters

pSpecialFolder  EnvironmentSpecialFolder
A constant from EnvironmentSpecialFolder
pOpened  Boolean
true, if the icon should be returned open, like it is often used for the selected item in a treeview.

Return Value

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