Click or drag to resize

SystemImageListGetOverlayIndex Method

Gets overlay index.

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

Parameters

pItemIdList  ItemIdList
The absolute ItemIdList of the element.

Return Value

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