ShellBrowser .Net Edition
GetSpecialFolderIcon Method (SpecialFolder, Opened)
NamespacesJam.ShellSystemImageListHelperGetSpecialFolderIcon(Environment..::.SpecialFolder, Boolean)
Returns the icon index of the passed special folder.
Declaration Syntax
C#Visual BasicVisual C++
public int GetSpecialFolderIcon(
	Environment..::.SpecialFolder SpecialFolder,
	bool Opened
)
Public Function GetSpecialFolderIcon ( _
	SpecialFolder As Environment..::.SpecialFolder, _
	Opened As Boolean _
) As Integer
public:
int GetSpecialFolderIcon(
	Environment..::.SpecialFolder SpecialFolder, 
	bool Opened
)
Parameters
SpecialFolder (Environment..::.SpecialFolder)
A constant from Environment..::.SpecialFolder
Opened (Boolean)
true, if the icon should be returned open, like it is often used for the selected item in a treeview.
Return Value
The index of the corresponding icon in the system image list.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)