Click or drag to resize

SystemImageListGetIconIndexOfOverlay Method

Gets icon index of overlay.

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

Parameters

pItemIdList
Type: Jam.ShellItemIdList
The absolute ItemIdList of the element.

Return Value

Type: Int32
The icon index of overlay. This is not the overlay index, but the index of the icon in the imagelist to use as overlay.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when one or more required arguments are null.
See Also