Click or drag to resize

SystemImageListGetFolderIconNumber(Boolean, SystemImageListSize) Method

Returns the icon index of the default folder icon.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public static int GetFolderIconNumber(
	bool pOpened,
	SystemImageListSize pSize
)

Parameters

pOpened  Boolean
true, if the icon should be returned open, like it is often used for the selected item in a treeview.
pSize  SystemImageListSize
The size of the SystemImageList.

Return Value

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