SystemImageListGetIndexFromItemIdList Method |
Gets icon index for item identifier list.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public static int GetIndexFromItemIdList(
ItemIdList pItemIdList,
bool pOpened
)
Public Shared Function GetIndexFromItemIdList (
pItemIdList As ItemIdList,
pOpened As Boolean
) As Integer
public:
static int GetIndexFromItemIdList(
ItemIdList^ pItemIdList,
bool pOpened
)
static member GetIndexFromItemIdList :
pItemIdList : ItemIdList *
pOpened : bool -> int
Parameters
- pItemIdList
- Type: Jam.ShellItemIdList
The absolute ItemIdList of the element. - pOpened
- Type: SystemBoolean
true, if the icon should be returned open, like it is often used for the
selected node in treeviews.
Return Value
Type:
Int32The icon index for item identifier list.
Exceptions See Also