SystemImageListGetIconIndexOfOverlay Method |
Gets icon index of overlay.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic static int GetIconIndexOfOverlay(
ItemIdList pItemIdList
)
Public Shared Function GetIconIndexOfOverlay (
pItemIdList As ItemIdList
) As Integer
public:
static int GetIconIndexOfOverlay(
ItemIdList^ pItemIdList
)
static member GetIconIndexOfOverlay :
pItemIdList : ItemIdList -> int Parameters
- pItemIdList ItemIdList
- The absolute ItemIdList of the element.
Return Value
Int32The icon index of overlay. This is not the overlay index, but the index of the icon in the imagelist to use as overlay.
Exceptions
See Also