ShellBrowser .Net Edition
GetFolderIconNumber Method (Opened, Size)
NamespacesJam.ShellSystemImageListHelperGetFolderIconNumber(Boolean, SystemImageListSize)
Returns the icon index of the default folder icon
Declaration Syntax
C#Visual BasicVisual C++
public static int GetFolderIconNumber(
	bool Opened,
	SystemImageListSize Size
)
Public Shared Function GetFolderIconNumber ( _
	Opened As Boolean, _
	Size As SystemImageListSize _
) As Integer
public:
static int GetFolderIconNumber(
	bool Opened, 
	SystemImageListSize Size
)
Parameters
Opened (Boolean)
true, if the icon should be returned open, like it is often used for the selected item in a treeview.
Size (SystemImageListSize)
This parameter specifies the size requested for the icon
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)