SystemImageListGetOverlayIndex Method |
Gets overlay index.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public static int GetOverlayIndex(
ItemIdList pItemIdList
)
Public Shared Function GetOverlayIndex (
pItemIdList As ItemIdList
) As Integer
public:
static int GetOverlayIndex(
ItemIdList^ pItemIdList
)
static member GetOverlayIndex :
pItemIdList : ItemIdList -> int
Parameters
- pItemIdList
- Type: Jam.ShellItemIdList
The absolute ItemIdList of the element.
Return Value
Type:
Int32The overlay index.
Exceptions See Also