Click or drag to resize

SystemImageList.GetIconHandle Method (ItemIdList, Boolean)

Gets icon handle for the passed ItemIdList.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax
public IntPtr GetIconHandle(
	ItemIdList pItemIdList,
	bool pOpened
)

Parameters

pItemIdList
Type: Jam.Shell.ItemIdList
The absolute ItemIdList of the element.
pOpened
Type: System.Boolean
if true returns the opened icon for folders.

Return Value

Type: IntPtr
The icon handle.
See Also