SystemImageListGetIconIndexOfOverlay Method |
Gets icon index of overlay.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public 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
- Type: Jam.ShellItemIdList
The absolute ItemIdList of the element.
Return Value
Type:
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