Click or drag to resize

SystemImageListGetOverlayIndex Method

Gets overlay index.

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

Parameters

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

Return Value

Type: Int32
The overlay index.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when one or more required arguments are null.
See Also