Click or drag to resize

SystemImageListGetSpecialFolderIcon Method (ShellFolder, Boolean)

Returns the icon index of the passed special folder.

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

Parameters

pSpecialFolder
Type: Jam.ShellShellFolder
A constant from the ShellFolder1 enumeration.
pOpened
Type: SystemBoolean
true, if the icon should be returned open, like it is often used for the selected item in a treeview.

Return Value

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