SystemImageListGetOverlayIndex Method |
Gets overlay index.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic 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 ItemIdList
- The absolute ItemIdList of the element.
Return Value
Int32The overlay index.
Exceptions
See Also