Click or drag to resize

SystemImageListGetIndexFromItemIdList Method

Gets icon index for item identifier list.

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

Parameters

pItemIdList
Type: Jam.ShellItemIdList
The absolute ItemIdList of the element.
pOpened
Type: SystemBoolean
true, if the icon should be returned open, like it is often used for the selected node in treeviews.

Return Value

Type: Int32
The icon index for item identifier list.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when one or more required arguments are null.
See Also